Skip to content

Commit 60a0ee9

Browse files
Finish deployment on CRW template
1 parent 40c773b commit 60a0ee9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/api/src/server.ts

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ run({
251251
*/3 * * * * identifyProjectsWithDataRequests
252252
*/5 * * * * rollupDataSourceRequests
253253
* * * * * deleteExpiredArchivedDataSources
254+
32 * * * * updateCRWTemplate
254255
`
255256
: `
256257
* * * * * cleanupProjectBackgroundJobs

packages/client/src/admin/data/TableOfContentsEditor.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -693,13 +693,13 @@ function Header({
693693
>
694694
{t("Upload spatial data files")}
695695
</MenuBarItem>
696-
{/* <MenuBarItem
696+
<MenuBarItem
697697
onClick={() => {
698698
setShowDataLibrary(true);
699699
}}
700700
>
701701
{t("View the Data Library")}
702-
</MenuBarItem> */}
702+
</MenuBarItem>
703703

704704
<MenuBarSeparator />
705705
<MenuBarLabel>{t("Connect to data services")}</MenuBarLabel>

0 commit comments

Comments
 (0)