Skip to content

Commit

Permalink
fix(ui): clarify export json options
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 18, 2024
1 parent 02b3881 commit ed77c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/nodes-table/ExpandedNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ export default {
{
text: 'Export json',
options: [
{ name: 'Export', action: 'exportNode' },
{ name: 'Dump', action: 'dumpNode' },
{ name: 'UI', action: 'exportNode' },
{ name: 'Driver', action: 'dumpNode' },
],
icon: 'get_app',
desc: 'Export this node in a json file',
Expand Down

0 comments on commit ed77c68

Please sign in to comment.