Enabling back the open report feature
This commit is contained in:
parent
ca56a78814
commit
76261de805
3 changed files with 24 additions and 2 deletions
3
front/src/Stores/ShowReportScreenStore.ts
Normal file
3
front/src/Stores/ShowReportScreenStore.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import {writable} from "svelte/store";
|
||||
|
||||
export const showReportScreenStore = writable<{userId: number, userName: string}|null>(null);
|
Loading…
Add table
Add a link
Reference in a new issue