aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/plugins/store.ts
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2022-09-29 08:29:37 +0200
committerAlystrasz <contact@remyraes.com>2022-09-29 08:29:37 +0200
commit9a4c8f4cdb580d2ec3cdd4852f56e86dfe6000e9 (patch)
tree998609cc56d1d0fd0e97c14d093fb21cfceb12c3 /src-vue/src/plugins/store.ts
parent518efdc3526cb8f4ced764beb85bfac145a1b459 (diff)
downloadFlightCore-9a4c8f4cdb580d2ec3cdd4852f56e86dfe6000e9.tar.gz
FlightCore-9a4c8f4cdb580d2ec3cdd4852f56e86dfe6000e9.zip
feat: add basic canal selector
Diffstat (limited to 'src-vue/src/plugins/store.ts')
-rw-r--r--src-vue/src/plugins/store.ts1
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