Commit 923fa09
committed
Resolves #7232 ([FR-2805](https://lablup.atlassian.net/browse/FR-2805))
## Summary
- Fix typo in the tab query parameter when navigating back from `AdminDeploymentPresetSettingPage` (`deployment-preset` → `deployment-presets`), which is the key actually registered in `AdminDeploymentListPage`.
- Build the navigation URL with `URLSearchParams` instead of string concatenation for safer query handling.
## Test plan
- [ ] Create a deployment preset → after save, the list page opens on the **Deployment Presets** tab.
- [ ] Edit a deployment preset → after save, the list page opens on the **Deployment Presets** tab.
[FR-2805]: https://lablup.atlassian.net/browse/FR-2805?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 3fb651e commit 923fa09
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
| |||
0 commit comments