Changed Reload Components to Refresh All
This commit is contained in:
parent
f821036f3e
commit
3dbc648f00
1 changed files with 3 additions and 3 deletions
|
|
@ -123,7 +123,7 @@ export const MenuBar = ({}: {}): JSX.Element => {
|
|||
title: UPLOAD_ERROR_ALERT,
|
||||
list: [error],
|
||||
});
|
||||
}
|
||||
},
|
||||
);
|
||||
}}
|
||||
>
|
||||
|
|
@ -193,7 +193,7 @@ export const MenuBar = ({}: {}): JSX.Element => {
|
|||
name="RefreshCcw"
|
||||
className="header-menu-options"
|
||||
/>
|
||||
Reload Components
|
||||
Refresh All
|
||||
</DropdownMenuItem>
|
||||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
|
|
@ -221,7 +221,7 @@ export const MenuBar = ({}: {}): JSX.Element => {
|
|||
name={isBuilding || saveLoading ? "Loader2" : "CheckCircle2"}
|
||||
className={cn(
|
||||
"h-4 w-4",
|
||||
isBuilding || saveLoading ? "animate-spin" : "animate-wiggle"
|
||||
isBuilding || saveLoading ? "animate-spin" : "animate-wiggle",
|
||||
)}
|
||||
/>
|
||||
{printByBuildStatus()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue