Skip to content
Snippets Groups Projects
Verified Commit 166be83f authored by Martin Weise's avatar Martin Weise
Browse files

Updated the resource status

parent b87147e3
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -16,7 +16,7 @@
</template>
<script>
import {useCacheStore} from "~/stores/cache.js";
import { useCacheStore } from '@/stores/cache.js'
export default {
props: {
......@@ -65,7 +65,7 @@ export default {
return this.cacheStore.getUser
},
hasIdentifier () {
if (!this.resource.identifiers) {
if (!this.resource.identifiers || this.resource.identifiers.length === 0) {
return false
}
if (!this.cacheUser) {
......
......@@ -82,8 +82,8 @@ export default defineNuxtConfig({
}
},
api: {
client: 'https://test.dbrepo.tuwien.ac.at',
server: 'https://test.dbrepo.tuwien.ac.at',
client: 'http://localhost',
server: 'http://localhost',
},
database: {
image: {
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment