Skip to content

Commit

Permalink
fix show setup underneath show plots button
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Dec 22, 2022
1 parent 6a90ae4 commit 474e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@
},
{
"view": "dvc.views.webviews",
"contents": "[Show Experiments](command:dvc.showSetup)\n[Show Plots](command:dvc.showSetupdWebview)\n[Show Experiments and Plots](command:dvc.showSetup)",
"contents": "[Show Experiments](command:dvc.showSetup)\n[Show Plots](command:dvc.showSetup)\n[Show Experiments and Plots](command:dvc.showSetup)",
"when": "!dvc.commands.available || !dvc.project.available || !dvc.project.hasData"
},
{
Expand Down

0 comments on commit 474e972

Please sign in to comment.