Skip to content

Commit

Permalink
refactor: group install status components together
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta committed Jun 21, 2024
1 parent 8e70470 commit e9aa489
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Button } from "@material-tailwind/react";

export const InstallButton = ({ install }) => {
install.status = "provisioning";
const loading = install.status === "provisioning";

let label = "Create Install";
Expand Down
File renamed without changes.

0 comments on commit e9aa489

Please sign in to comment.