diff --git a/src/components/channel/ChannelCreateButton.js b/src/components/channel/ChannelCreateButton.js index 8fa81cb..fe80dc3 100644 --- a/src/components/channel/ChannelCreateButton.js +++ b/src/components/channel/ChannelCreateButton.js @@ -14,6 +14,7 @@ export default function ChannelCreateButton() { const handleClose = () => { setIsDialogOpen(false); setInfo(null); + setChannelNameInput(""); }; const createChannel = async () => {