Browse Source

channel name required

master
Pheuw1 2 years ago
parent
commit
4e40f1517c
  1. 2
      front/volume/src/components/Channels.svelte

2
front/volume/src/components/Channels.svelte

@ -156,7 +156,7 @@
if (!response.ok) if (!response.ok)
await show_popup("Error creating channel", false) await show_popup("Error creating channel", false)
getChannels() getChannels()
} } else await show_popup("Channel name is required", false)
}; };
//--------------------------------------------------------------------------------/ //--------------------------------------------------------------------------------/

Loading…
Cancel
Save