comment out versions on code editor

remove configuration from install modal
This commit is contained in:
Davor 2022-08-05 19:57:07 +02:00
parent 198e926b4e
commit 94bd90486c
9 changed files with 84 additions and 104 deletions

View file

@ -1,4 +1,4 @@
import { AppForm } from 'src/services/apps';
import { App } from 'src/services/apps';
export const initialCode = `luck: except
natural: still
@ -24,5 +24,4 @@ search:
export const initialAppForm = {
subdomain: '',
configuration: initialCode,
} as AppForm;
} as App;