We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c773b commit 60a0ee9Copy full SHA for 60a0ee9
packages/api/src/server.ts
@@ -251,6 +251,7 @@ run({
251
*/3 * * * * identifyProjectsWithDataRequests
252
*/5 * * * * rollupDataSourceRequests
253
* * * * * deleteExpiredArchivedDataSources
254
+ 32 * * * * updateCRWTemplate
255
`
256
: `
257
* * * * * cleanupProjectBackgroundJobs
packages/client/src/admin/data/TableOfContentsEditor.tsx
@@ -693,13 +693,13 @@ function Header({
693
>
694
{t("Upload spatial data files")}
695
</MenuBarItem>
696
- {/* <MenuBarItem
+ <MenuBarItem
697
onClick={() => {
698
setShowDataLibrary(true);
699
}}
700
701
{t("View the Data Library")}
702
- </MenuBarItem> */}
+ </MenuBarItem>
703
704
<MenuBarSeparator />
705
<MenuBarLabel>{t("Connect to data services")}</MenuBarLabel>
0 commit comments