This commit is contained in:
2024-05-11 10:11:24 +07:00
parent cea5665f51
commit 90e1a88461
3 changed files with 53 additions and 40 deletions

View File

@@ -305,6 +305,6 @@
</div>
<div class="bg-white p-[15px] border-[#FAFAFB] rounded-[0_0_10px_10px] shadow-[0_1px_1px_0px_#0000001A]">
<input class="w-[82px] h-[32px] bg-[#0041E8] rounded-[4px] text-white cursor-pointer" id="submit-collection-btn"
name="commit" type="submit" value="Cập nhật" />
name="commit" type="button" value="Cập nhật" onclick="AdminFunction.checkForm(true)" />
</div>
</form>