= {
title: 'Latest',
icon: undefined,
tone: 'gray',
- publishAt: '',
+ //publishAt: '',
}
diff --git a/packages/sanity/src/core/bundles/util/dummyGetters.ts b/packages/sanity/src/core/bundles/util/dummyGetters.ts
index 13f33ae239a..ee2453d7347 100644
--- a/packages/sanity/src/core/bundles/util/dummyGetters.ts
+++ b/packages/sanity/src/core/bundles/util/dummyGetters.ts
@@ -32,7 +32,7 @@ export async function getAllVersionsOfDocument(
title: bundle?.title || sluggedName,
hue: bundle?.hue || 'gray',
icon: bundle?.icon || 'cube',
- publishAt: bundle?.publishAt,
+ //publishAt: bundle?.publishAt,
}
})
})
diff --git a/packages/sanity/src/core/store/bundles/__workshop__/BundlesStoreStory.tsx b/packages/sanity/src/core/store/bundles/__workshop__/BundlesStoreStory.tsx
index 935c64bd3cb..b1e98ca7a86 100644
--- a/packages/sanity/src/core/store/bundles/__workshop__/BundlesStoreStory.tsx
+++ b/packages/sanity/src/core/store/bundles/__workshop__/BundlesStoreStory.tsx
@@ -20,7 +20,7 @@ const WithAddonDatasetProvider = (Component: ComponentType
)
return WrappedComponent
}
-const initialValue = {name: '', title: '', tone: undefined, publishAt: undefined}
+const initialValue = {name: '', title: '', tone: undefined /*, publishAt: undefined*/}
const BundlesStoreStory = () => {
const {data, loading} = useBundles()