mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-18 14:55:22 +00:00
♻️ show success toast on resource policy update
This commit is contained in:
@@ -153,6 +153,10 @@ export default function ResourceAuthenticationPage() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
router.refresh();
|
router.refresh();
|
||||||
|
toast({
|
||||||
|
title: t("resourceUpdated"),
|
||||||
|
description: t("resourceUpdatedDescription")
|
||||||
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
toast({
|
toast({
|
||||||
title: t("error"),
|
title: t("error"),
|
||||||
|
|||||||
Reference in New Issue
Block a user