fix: remove double modal toggle for on delete RBAC role (#20000)

This commit is contained in:
Mattias van den Belt 2024-04-17 22:34:45 +02:00 committed by GitHub
parent eecdc83f34
commit 3786ed4fae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,6 @@ const ListPage = () => {
});
}
}
handleToggleModal();
};
const handleNewRoleClick = () => navigate('new');