public calendar view and secured type edit
This commit is contained in:
parent
5bb107e53a
commit
e9a3e0c872
10 changed files with 145 additions and 6 deletions
|
@ -36,6 +36,7 @@ export const useCalendarTypeStore = defineStore("calendarType", {
|
|||
type: calendarType.type,
|
||||
nscdr: calendarType.nscdr,
|
||||
color: calendarType.color,
|
||||
passphrase: calendarType.passphrase,
|
||||
});
|
||||
this.fetchCalendarTypes();
|
||||
return result;
|
||||
|
@ -45,6 +46,7 @@ export const useCalendarTypeStore = defineStore("calendarType", {
|
|||
type: calendarType.type,
|
||||
nscdr: calendarType.nscdr,
|
||||
color: calendarType.color,
|
||||
passphrase: calendarType.passphrase,
|
||||
});
|
||||
this.fetchCalendarTypes();
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue