onboarding completed
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
97627583ec
commit
7d22d2ddad
@@ -2,6 +2,12 @@ import { isSameDay, isSameMonth } from 'date-fns';
|
||||
|
||||
export const NOT_SET_VALUE = '(not set)';
|
||||
|
||||
export const ProjectTypeNames = {
|
||||
website: 'Website',
|
||||
app: 'App',
|
||||
backend: 'Backend',
|
||||
} as const;
|
||||
|
||||
export const operators = {
|
||||
is: 'Is',
|
||||
isNot: 'Is not',
|
||||
|
||||
Reference in New Issue
Block a user