mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
basic info checkpoint (#1230)
* basic info * preview manifest * textarea not long * show error message details always * reinstall button in marketplace Co-authored-by: Drew Ansbacher <drew@start9labs.com> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
@@ -75,9 +75,7 @@ export class DevConfigPage {
|
||||
value: this.code,
|
||||
})
|
||||
} catch (e) {
|
||||
this.errToast.present({
|
||||
message: 'Auto save error: Your changes are not saved.',
|
||||
} as any)
|
||||
this.errToast.present(e)
|
||||
} finally {
|
||||
this.saving = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user