File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ import PublishedRecord from './PublishedRecord.vue';
7979import RejectedRecordOrId from ' ./RejectedRecordOrId.vue' ;
8080import ReservedId from ' ./ReservedId.vue' ;
8181import { usecveRecordStore } from ' @/stores/cveRecord.ts' ;
82+ import { useGenericGlobalsStore } from ' @/stores/genericGlobals' ;
8283import ServiceUnavailable from ' @/components/ServiceUnavailable.vue' ;
8384import axios from ' axios' ;
8485
@@ -264,7 +265,7 @@ export default {
264265 }
265266 },
266267 async getRecordData() {
267- const getRecordUrl = ` ${this . GenericGlobalsStore .currentServicesUrl }/api/cve/${usecveRecordStore ().cveId }` ;
268+ const getRecordUrl = ` ${useGenericGlobalsStore () .currentServicesUrl }/api/cve/${usecveRecordStore ().cveId }` ;
268269 if (this.GenericGlobalsStore.useSearch) {
269270 this.isResultFromProd = true;
270271 } else {
You can’t perform that action at this time.
0 commit comments