await addNewChannel(newChannel)
      .then(() => {
        handleCloseModal();
        setFormSubmitting(false);
        toast.success(t('toasts.channelCreated'));