improvement: address feedback

This commit is contained in:
Scott Wilson
2025-05-13 12:25:24 -07:00
parent aa68a3ef58
commit 7ed96164e5
2 changed files with 2 additions and 8 deletions

View File

@@ -68,10 +68,7 @@ const Content = ({ role, onClose }: ContentProps) => {
onClose();
} catch {
createNotification({
type: "error",
text: "Failed to duplicate role"
});
// query client creates notification
}
};

View File

@@ -71,10 +71,7 @@ const Content = ({ role, onClose }: ContentProps) => {
onClose();
} catch {
createNotification({
type: "error",
text: "Failed to duplicate role"
});
// query client creates notification
}
};