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

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

@ -23,6 +23,7 @@
- 自分のクリップが無限に読み込まれる問題を修正
- チャンネルのお気に入りが無限に読み込まれる問題を修正
- さがすのローカルユーザー(ピンどめ)が無限に生成される問題を修正
- チャンネルを新規作成できない問題を修正
### Server
- 通知読み込みでエラーが発生する場合がある問題を修正

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>