Skip to content

Commit

Permalink
Finish deployment on CRW template
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Nov 17, 2024
1 parent 40c773b commit 60a0ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/api/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ run({
*/3 * * * * identifyProjectsWithDataRequests
*/5 * * * * rollupDataSourceRequests
* * * * * deleteExpiredArchivedDataSources
32 * * * * updateCRWTemplate
`
: `
* * * * * cleanupProjectBackgroundJobs
Expand Down
4 changes: 2 additions & 2 deletions packages/client/src/admin/data/TableOfContentsEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -693,13 +693,13 @@ function Header({
>
{t("Upload spatial data files")}
</MenuBarItem>
{/* <MenuBarItem
<MenuBarItem
onClick={() => {
setShowDataLibrary(true);
}}
>
{t("View the Data Library")}
</MenuBarItem> */}
</MenuBarItem>

<MenuBarSeparator />
<MenuBarLabel>{t("Connect to data services")}</MenuBarLabel>
Expand Down

0 comments on commit 60a0ee9

Please sign in to comment.