Fix group modal search persistence when closing the modal (#8525)
GitOrigin-RevId: 3b3dcdaa09439715e66cfbf522f397c6ae2c930c
This commit is contained in:
@@ -60,7 +60,8 @@ modalEl
|
||||
history.replaceState(null, document.title, path + '#groups')
|
||||
})
|
||||
.on('hidden.bs.modal', function () {
|
||||
history.replaceState(null, document.title, window.location.pathname)
|
||||
const path = `${window.location.pathname}${window.location.search}`
|
||||
history.replaceState(null, document.title, path)
|
||||
})
|
||||
|
||||
function showGroupPlanModal() {
|
||||
|
||||
Reference in New Issue
Block a user