Skip to content

Commit

Permalink
Revert "DataViews: in patterns page, show sync status filter by defau…
Browse files Browse the repository at this point in the history
…lt (#58367)"

This reverts commit 0124e7e.
  • Loading branch information
oandregal committed Jan 30, 2024
1 parent 5ae7be7 commit 32965b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/edit-site/src/components/page-patterns/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const DEFAULT_VIEW = {
layout: {
...defaultConfigPerViewType[ LAYOUT_GRID ],
},
filters: [ { field: 'sync-status', operator: 'in', value: undefined } ],
filters: [],
};

const SYNC_FILTERS = [
Expand Down Expand Up @@ -278,7 +278,6 @@ export default function DataviewsPatterns() {
syncStatus: viewSyncStatus,
}
);

const fields = useMemo( () => {
const _fields = [
{
Expand Down

0 comments on commit 32965b0

Please sign in to comment.