Skip to content

Commit

Permalink
use new icon for adding new nodes (#11213)
Browse files Browse the repository at this point in the history
  • Loading branch information
marthasharkey authored Oct 2, 2024
1 parent 837a4d5 commit 7b63b66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/gui2/src/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/gui2/src/components/ComponentBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ const handler = componentBrowserBindings.handler({
:style="{ '--component-editor-padding': cssComponentEditorPadding }"
>
<SvgButton
name="add"
name="add_to_graph_editor"
:title="
input.mode.mode === 'componentBrowsing' && selected != null ?
'Accept Suggested Component'
Expand Down
2 changes: 1 addition & 1 deletion app/gui2/src/components/visualizations/tableVizToolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function useSortFilterNodesButton({
}

const createNodesButton: ToolbarItem = {
icon: 'add',
icon: 'add_to_graph_editor',
title:
"Create new component(s) with the current grid's sort and filters applied to the workflow",
disabled: isDisabled,
Expand Down

0 comments on commit 7b63b66

Please sign in to comment.