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 -3
View File
@@ -92,9 +92,7 @@ export function RunWorkflowInline({
<div className="flex justify-end">
<AutoFormSubmit disabled={isLoading || loading}>
Run
<span className="ml-2">
{isLoading || loading ? <LoadingIcon /> : <Play size={14} />}
</span>
{isLoading || loading ? <LoadingIcon /> : <Play size={14} />}
</AutoFormSubmit>
</div>
</AutoForm>