Skip to content

Commit

Permalink
Reduce expanded levels for props
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Dec 11, 2024
1 parent 70b997c commit 00ab197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/inspector/props-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const propsConfigView = {
content: [
{
view: 'struct',
expanded: 2,
expanded: 1,
data: 'props'
},
{
Expand Down

0 comments on commit 00ab197

Please sign in to comment.