Skip to content

Commit 54c58a9

Browse files
committed
🎨 Fix attribute for input field (#2020)
1 parent f3837b7 commit 54c58a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/WorkBook/WorkBookInputFields.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149

150150
<!-- 管理者のみ: 問題集のカスタムURL (一般ユーザには非表示) -->
151151
<InputFieldWrapper
152-
inputFieldType={isAdmin ? undefined : 'hidden'}
152+
inputFieldType={isAdmin ? null : 'hidden'}
153153
labelName={isAdmin
154154
? '問題集のカスタムURL(30文字以下、半角英小文字・半角数字・ハイフンのみ)'
155155
: ''}

0 commit comments

Comments
 (0)