diff --git a/frontend/src/metabase/components/CollectionLanding.jsx b/frontend/src/metabase/components/CollectionLanding.jsx index dd898bd4bc32c..cc17bc901c51d 100644 --- a/frontend/src/metabase/components/CollectionLanding.jsx +++ b/frontend/src/metabase/components/CollectionLanding.jsx @@ -557,6 +557,7 @@ const SelectionControls = ({ @entityObjectLoader({ entityType: "collections", entityId: (state, props) => props.params.collectionId, + reload: true, }) class CollectionLanding extends React.Component { render() {