comment out versions on code editor
remove configuration from install modal
This commit is contained in:
parent
198e926b4e
commit
94bd90486c
9 changed files with 84 additions and 104 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue