Skip to content

Commit 78cf650

Browse files
authored
fix(#3138): do not drop filter in url (#3158)
* fix(#3138): do not drop filter in url * chore: remove unused import
1 parent 58d26b9 commit 78cf650

File tree

4 files changed

+150
-155
lines changed

4 files changed

+150
-155
lines changed

spring-boot-admin-server-ui/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
"npm": ">=8"
118118
},
119119
"msw": {
120-
"workerDirectory": "./public"
120+
"workerDirectory": [
121+
"./src/main/frontend/public",
122+
"src/main/frontend/public"
123+
]
121124
}
122-
}
125+
}

0 commit comments

Comments
 (0)