Skip to content

Commit

Permalink
disable the expandPipelinesBtn
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Jan 15, 2025
1 parent 5edefc5 commit d688972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function App() {
const toolbarOptions = {
labelBtn: true,
layerBtn: true,
expandPipelinesBtn: true,
expandPipelinesBtn: false,
exportBtn: false,
};

Expand Down

0 comments on commit d688972

Please sign in to comment.