Skip to content

Commit 58721c7

Browse files
committed
Draft: Drop yup and formik
1 parent 5be562e commit 58721c7

File tree

4 files changed

+410
-304
lines changed

4 files changed

+410
-304
lines changed

packages/web/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@
138138
"vite"
139139
]
140140
}
141-
}
141+
}

packages/web/app/src/constants.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
export const LAST_VISITED_ORG_KEY = 'lastVisitedOrganization_v2';
22

33
export const CHART_PRIMARY_COLOR = 'rgb(234, 179, 8)';
4+
5+
export const DEFAULT_RETENTION_DAYS = 30;
6+
7+
export const MINIMUM_DAYS = 7;

0 commit comments

Comments
 (0)