mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
improvement: address feedback
This commit is contained in:
@@ -68,10 +68,7 @@ const Content = ({ role, onClose }: ContentProps) => {
|
||||
|
||||
onClose();
|
||||
} catch {
|
||||
createNotification({
|
||||
type: "error",
|
||||
text: "Failed to duplicate role"
|
||||
});
|
||||
// query client creates notification
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -71,10 +71,7 @@ const Content = ({ role, onClose }: ContentProps) => {
|
||||
|
||||
onClose();
|
||||
} catch {
|
||||
createNotification({
|
||||
type: "error",
|
||||
text: "Failed to duplicate role"
|
||||
});
|
||||
// query client creates notification
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user