Skip to content

Commit

Permalink
Hide create app button from header
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Oct 23, 2024
1 parent dd0964f commit ce7175b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmstack/client/src/pages/AppStudio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function CreateAppButton({ onClick }) {
height: "100%",
marginTop: "12px",
marginRight: "10px",
display: "none",
}}
>
<ButtonGroup
Expand Down

0 comments on commit ce7175b

Please sign in to comment.