Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update comment
  • Loading branch information
mikachan committed Sep 16, 2024
commit 82a81c53e4c6b7d86b3668837cee707a9d9c09ec
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export default function QueryInspectorControls( props ) {
updateQuery.format = [];
}

// All queries are inherited when outside a template, so we
// need to reset the inherit value if not in a template.
// Queries are not inherited when outside a template, so we
// need to reset the `inherit` value if not in a template.
if ( ! showDefaultControl ) {
updateQuery.inherit = false;
}
Expand Down