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
|
|
@ -206,7 +206,7 @@ import ListCardCommunication from "@/components/ListCardCommunication.vue";
|
|||
import { Communication, LogEntry, PublicReport } from "@/type/api";
|
||||
|
||||
interface Props {
|
||||
all: Communication[] | null;
|
||||
all: Communication[] | undefined;
|
||||
loading: boolean;
|
||||
selectedID?: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue