This commit is contained in:
parent
a476abc7a4
commit
ff65d38c73
|
@ -369,7 +369,6 @@ async function onRequest(props: any) {
|
|||
try {
|
||||
let response: PageDto<DraftIscsDataDto>;
|
||||
if (route.name == 'iscsDraft') {
|
||||
variables.query.userId = authStore.userId;
|
||||
response = await draftPageQuery(variables);
|
||||
} else {
|
||||
response = await sharedDraftPageQuery(variables);
|
||||
|
|
Loading…
Reference in New Issue