dashboard/src/modules/apps/components/AppInstallModal/consts.ts
Davor 3edc690075 implement code editor as a component
add notif on status 'Installing' click
modify AppInstallModal
2022-07-28 23:48:55 +02:00

28 lines
655 B
TypeScript

import { AppForm } from 'src/services/apps';
export const initialCode = `luck: except
natural: still
near: though
search:
- feature
- - 1980732354.689713
- hour
- butter:
ordinary: 995901949.8974948
teeth: true
whole:
- -952367353
- - talk: -1773961379
temperature: false
oxygen: true
laugh:
flag:
in: 2144751662
hospital: -1544066384.1973226
law: congress
great: stomach`;
export const initialAppForm = {
subdomain: '',
configuration: initialCode,
} as AppForm;