Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit f945fae

Browse files
committed
refresh after submit
1 parent 401803a commit f945fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/search/searchResultLink.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export const SearchResultLink = ({
7171
deleteResource?.(id || '');
7272
deletePromise?.then(() => {
7373
setModal(false)
74+
router.reload()
7475
}).catch((reason) => {
7576
setError(reason.toString())
7677
})

0 commit comments

Comments
 (0)