Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix test maker filterUrl
Browse files Browse the repository at this point in the history
alisman committed Aug 22, 2024
1 parent 7efa127 commit 5abd458
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/shared/api/testMaker.ts
Original file line number Diff line number Diff line change
@@ -47,8 +47,7 @@ export async function makeTest(data: any, url: string, label: string) {
url,
label,
studies: toJS(getBrowserWindow().studyViewPageStore.studyIds),
filterUrl: (await getBrowserWindow().studyPage.getBookmarkUrl())
.fullUrl,
filterUrl: getBrowserWindow().studyPage.studyViewFullUrlWithFilter,
};

if (getBrowserWindow().localStorage.getItem(SAVE_TEST_KEY))

0 comments on commit 5abd458

Please sign in to comment.