fix/default asset icon creation

This commit is contained in:
SowinskiBraeden committed 2025-05-09 10:00:51 -07:00
1 parent 540e191d27
commit 0a9c176274
1 file changed
+1 -1
+1 -1
View File
@@ -38,7 +38,7 @@
<!-- Create other asset form --> <!-- Create other asset form -->
<form method="POST" action="/createAsset" id="create-other-asset-form"> <form method="POST" action="/createAsset" id="create-other-asset-form">
<input style="display: none;" id="type" value="other" name="type" type="text"> <input style="display: none;" id="type" value="other" name="type" type="text">
<input style="display: none;" id="icon" value="other" name="icon" type="text"> <input style="display: none;" id="icon" value="Other" name="icon" type="text">
<label for="name" class="block text-sm font-medium text-gray-700 mt-2">Select an Icon</label> <label for="name" class="block text-sm font-medium text-gray-700 mt-2">Select an Icon</label>
<div class="flex items-center"> <div class="flex items-center">