チャンネルを新規作成できない問題を修正
This commit is contained in:
parent
004ace396d
commit
cb3a84adb4
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue