Skip to content

Commit

Permalink
Fix to show the state of field summary in setting
Browse files Browse the repository at this point in the history
  • Loading branch information
HaecheonLee committed Apr 15, 2024
1 parent 89ccd61 commit a193bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditorHeader/ControlPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ export default function ControlPanel({
},
},
"Field details": {
state: layout.showFieldSummary ? "on" : "off",
state: settings.showFieldSummary ? "on" : "off",
function: viewFieldSummary,
shortcut: "Ctrl+Shift+F",
},
Expand Down

0 comments on commit a193bf6

Please sign in to comment.