mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
auth: dodano guard ścieżek
This commit is contained in:
+3
-2
@@ -1,6 +1,5 @@
|
||||
import { defineStore } from 'pinia';
|
||||
import { AuthState, Availability, ChangeProp, HeaderTypes, IStore } from './types/types';
|
||||
import { getAvailabilityValue } from './types/typeUitls';
|
||||
import { AuthState, IStore } from './types/types';
|
||||
|
||||
export const useStore = defineStore('store', {
|
||||
state: () =>
|
||||
@@ -26,6 +25,8 @@ export const useStore = defineStore('store', {
|
||||
alertMessage: '',
|
||||
confirmMessage: '',
|
||||
|
||||
maxVisibleResults: 15,
|
||||
|
||||
changesResponse: [],
|
||||
} as IStore),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user