We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e018824 commit 33fa9c5Copy full SHA for 33fa9c5
src/blocks/remote-data-container/components/modals/DataViewsModal.tsx
@@ -111,7 +111,7 @@ export const DataViewsModal: React.FC< DataViewsModalProps > = props => {
111
onSelect={ save }
112
onSelectField={ onSelectField }
113
page={ page }
114
- results={ data?.results }
+ results={ loading ? undefined : data?.results }
115
searchInput={ searchInput }
116
selectionIds={ selectionIds }
117
setPage={ setPage }
0 commit comments