diff options
author | Alystrasz <contact@remyraes.com> | 2022-09-29 08:29:37 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-09-29 08:29:37 +0200 |
commit | 9a4c8f4cdb580d2ec3cdd4852f56e86dfe6000e9 (patch) | |
tree | 998609cc56d1d0fd0e97c14d093fb21cfceb12c3 /src-vue/src/plugins | |
parent | 518efdc3526cb8f4ced764beb85bfac145a1b459 (diff) | |
download | FlightCore-9a4c8f4cdb580d2ec3cdd4852f56e86dfe6000e9.tar.gz FlightCore-9a4c8f4cdb580d2ec3cdd4852f56e86dfe6000e9.zip |
feat: add basic canal selector
Diffstat (limited to 'src-vue/src/plugins')
-rw-r--r-- | src-vue/src/plugins/store.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/src/plugins/store.ts b/src-vue/src/plugins/store.ts index 6ed0b522..1ee3bfff 100644 --- a/src-vue/src/plugins/store.ts +++ b/src-vue/src/plugins/store.ts @@ -16,6 +16,7 @@ export const store = createStore({ installed_northstar_version: "", northstar_state: NorthstarState.INSTALL, + release_canal: ReleaseCanal.RELEASE, northstar_is_running: false, origin_is_running: false |