fix: nav bar ui tweak

This commit is contained in:
BennyKok
2024-01-19 17:08:05 +08:00
parent e220921440
commit e7e91f4c50
6 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ export function InsertModal<
<div className="flex justify-end">
<AutoFormSubmit>
Save Changes
<span className="ml-2">{isLoading && <LoadingIcon />}</span>
{isLoading && <LoadingIcon />}
</AutoFormSubmit>
</div>
</AutoForm>