feat: close modal after name change (#3084)
* feat: close modal after name change * refactor: shortened modal name * fix: added a no-op for NameChangeModal storybook
This commit is contained in:
@@ -27,7 +27,7 @@ const Example = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<NameChangeModal />
|
||||
<NameChangeModal closeModal={() => {}} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user