Skip to content

Commit

Permalink
isPrettyName set default to false
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Jun 27, 2024
1 parent f82eb87 commit 28b0550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const settings = {
isPrettyName: {
name: 'Pretty name',
description: 'Display a formatted name for the kedro nodes',
default: true,
default: false,
},
showFeatureHints: {
name: 'New feature hints',
Expand Down

0 comments on commit 28b0550

Please sign in to comment.