Skip to content

Commit

Permalink
[5.x] Only show the sync/de-synced state for syncable fields (#10933)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Oct 10, 2024
1 parent 4dbae34 commit 7bf2816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/publish/Sections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
:fields="section.fields"
:read-only="readOnly"
:syncable="syncable"
:syncable-fields="syncableFields"
@updated="(handle, value) => $emit('updated', handle, value)"
@meta-updated="(handle, value) => $emit('meta-updated', handle, value)"
@synced="$emit('synced', $event)"
Expand Down

0 comments on commit 7bf2816

Please sign in to comment.