Skip to content

Commit

Permalink
save -> deploy (#4349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored Feb 29, 2024
1 parent 29fd37c commit 85ce545
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions dashboard/src/main/home/app-dashboard/app-view/AppSaveButton.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import React from "react";

import Button from "components/porter/Button";
import Icon from "components/porter/Icon";
import Spacer from "components/porter/Spacer";

import save from "assets/save-01.svg";

import { type ButtonStatus } from "./AppDataContainer";

Expand All @@ -26,15 +22,13 @@ const AppSaveButton: React.FC<Props> = ({
<Button
type="submit"
status={status}
loadingText={"Saving..."}
loadingText={"Deploying..."}
disabled={isDisabled}
disabledTooltipMessage={disabledTooltipMessage}
height={height}
disabledTooltipPosition={disabledTooltipPosition}
>
<Icon src={save} height={"13px"} />
<Spacer inline x={0.5} />
Save
Deploy
</Button>
);
};
Expand Down

0 comments on commit 85ce545

Please sign in to comment.