fix/default hide year on asset create
This commit is contained in:
1 file changed
+1
-1
@@ -104,7 +104,7 @@
|
|||||||
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
|
class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
|
||||||
>
|
>
|
||||||
|
|
||||||
<div id="year-create">
|
<div style="display: none;" id="year-create">
|
||||||
<label for="year" class="block text-sm font-medium text-gray-700 mt-2">Year <span class="text-red-500">*</span></label>
|
<label for="year" class="block text-sm font-medium text-gray-700 mt-2">Year <span class="text-red-500">*</span></label>
|
||||||
<input
|
<input
|
||||||
id="year-input"
|
id="year-input"
|
||||||
|
|||||||
Reference in new issue
Block a user