Move communication workbench to use resource store
Because it's getting better all the time, including by adding the ability to get new resources when they get created over SSE.
This commit is contained in:
parent
72eef554ea
commit
b4ae9e5a95
6 changed files with 50 additions and 116 deletions
|
|
@ -174,7 +174,7 @@ interface Emits {
|
|||
}
|
||||
interface Props {
|
||||
isLoading: boolean;
|
||||
selectedCommunication: Communication | null;
|
||||
selectedCommunication: Communication | undefined;
|
||||
selectedReport: PublicReport | undefined;
|
||||
}
|
||||
const emit = defineEmits<Emits>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue