Skip to content

Commit

Permalink
🧪: Try to Add a button
Browse files Browse the repository at this point in the history
  • Loading branch information
hajrezvan committed Dec 24, 2024
1 parent 30688d7 commit 4879dd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/client/src/ce/pages/Applications/WorkspaceAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ function WorkspaceAction({
>
{createMessage(WORKSPACE_ACTION_BUTTON)}
</Button>
<Button
className="t--new-button createnew"
endIcon="arrow-down-s-line"
isLoading={isCreatingApplication}
onClick={openActionMenu}
size="md"
>
{createMessage(APPGHALAM_STORE)}
</Button>
</MenuTrigger>
<MenuContent
align="end"
Expand Down

0 comments on commit 4879dd8

Please sign in to comment.