チャンネルを新規作成できない問題を修正

This commit is contained in:
syuilo 2023-04-09 08:22:49 +09:00
parent 004ace396d
commit cb3a84adb4
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<MkStickyContainer>
<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template>
<MkSpacer :content-max="700">
<div v-if="channel" class="_gaps_m">
<div v-if="channelId == null || channel != null" class="_gaps_m">
<MkInput v-model="name">
<template #label>{{ i18n.ts.name }}</template>
</MkInput>