Skip to content

Commit 7cd192c

Browse files
Album level ignore unhidden
1 parent cb97afb commit 7cd192c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/components/album-editor-content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h3 class="text-lg font-bold text-gray-200 mb-4">Album Details</h3>
7575
class="w-full p-2 bg-gray-700 text-gray-200 rounded border border-gray-600 focus:border-blue-500">
7676
</div>
7777

78-
<div class="space-y-2 hidden">
78+
<div class="space-y-2">
7979
<label class="block text-sm font-medium text-gray-300">Ignored Words</label>
8080
<input type="text"
8181
name="ignoredWords"

0 commit comments

Comments
 (0)