clear channel name input after creation
This commit is contained in:
parent
947702e959
commit
21e7fbf011
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ export default function ChannelCreateButton() {
|
|||
const handleClose = () => {
|
||||
setIsDialogOpen(false);
|
||||
setInfo(null);
|
||||
setChannelNameInput("");
|
||||
};
|
||||
|
||||
const createChannel = async () => {
|
||||
|
|
Loading…
Reference in a new issue