mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-30 08:24:37 +02:00
ページURLが空の時currentNameを使う
This commit is contained in:
@@ -222,7 +222,7 @@ export default Vue.extend({
|
||||
save() {
|
||||
const options = {
|
||||
title: this.title.trim(),
|
||||
name: this.name.trim(),
|
||||
name: this.name == '' ? this.currentName : this.name.trim(),
|
||||
summary: this.summary,
|
||||
font: this.font,
|
||||
hideTitleWhenPinned: this.hideTitleWhenPinned,
|
||||
|
||||
Reference in New Issue
Block a user