chore: more flexible modal manager types (#19123)
* fix: required argument in onClose modal function * chore: more flexible modal manager types
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
};
|
||||
|
||||
const handleCreate = async () => {
|
||||
await modalManager.show(UserCreateModal, {});
|
||||
await modalManager.show(UserCreateModal);
|
||||
await refresh();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user