Skip to content

Commit

Permalink
Fix typo (wrongly copied a duplicated setting in previous CL)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697756670
  • Loading branch information
Google AI Edge authored and copybara-github committed Nov 18, 2024
1 parent 0e19ea8 commit edc32b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/services/settings_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const ALL_SETTINGS = [
SETTING_KEEP_LAYERS_WITH_A_SINGLE_CHILD,
SETTING_SHOW_WELCOME_CARD,
SETTING_DISALLOW_VERTICAL_EDGE_LABELS,
SETTING_MAX_CONST_ELEMENT_COUNT_LIMIT,
SETTING_SHOW_OP_NODE_OUT_OF_LAYER_EDGES_WITHOUT_SELECTING,
SETTING_HIGHLIGHT_LAYER_NODE_INPUTS_OUTPUTS,
SETTING_HIDE_EMPTY_NODE_DATA_ENTRIES,
];
Expand Down

0 comments on commit edc32b4

Please sign in to comment.