fix(frontend): apply feedback updates

This commit is contained in:
yassinedorbozgithub 2025-02-10 14:44:26 +01:00
parent 7c52554077
commit 32f95cc210

View File

@ -83,7 +83,7 @@ export const PermissionsBody: FC<ComponentFormProps<IRole>> = ({
},
onSuccess: () => {
modelRefetch();
toast.success(t("message.item_delete_success"));
toast.success(t("message.success_save"));
},
};
const { mutate: createPermission } = useCreate(EntityType.PERMISSION, {