Rebuild all components
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
This commit is contained in:
@@ -69,7 +69,7 @@ const LoadingDemo = () => {
|
||||
isSaving(false);
|
||||
},
|
||||
},
|
||||
[Spinner({ value: isSaving }), "Save Changes"],
|
||||
[If(isSaving, ()=>Loading()), "Save Changes"],
|
||||
);
|
||||
};
|
||||
Mount(LoadingDemo, "#demo-loading");
|
||||
|
||||
Reference in New Issue
Block a user