mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: refactor system settings routes (#2853)
* chore: refactor system settings routes * switch mock to null to see backup page --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -188,7 +188,7 @@ export const mockPatchData: DataModel = {
|
||||
updateProgress: null,
|
||||
restarting: false,
|
||||
shuttingDown: false,
|
||||
backupProgress: {},
|
||||
backupProgress: null,
|
||||
},
|
||||
hostname: 'random-words',
|
||||
pubkey: 'npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m',
|
||||
|
||||
Reference in New Issue
Block a user