chore: inputText側にminLengthを追加

This commit is contained in:
yupix 2024-02-11 07:21:00 +00:00
parent 9af7fc6f47
commit 805a5a80ea
No known key found for this signature in database
GPG key ID: 2FF705F5C56D9C06

View file

@ -326,6 +326,7 @@ function createFolder() {
title: i18n.ts.createFolder,
placeholder: i18n.ts.folderName,
default: 'Untitled',
minLength: 1,
}).then(({ canceled, result: name }) => {
if (canceled) return;
misskeyApi('drive/folders/create', {