Skip to content
Snippets Groups Projects
Commit 6ad0924f authored by Kimia Beheshti's avatar Kimia Beheshti
Browse files

Update: Some small changes (coscine/issues#1927)

parent 682b930a
No related branches found
1 merge request!16Update: Migrated project app to UIv2
Pipeline #653255 passed
......@@ -56,7 +56,6 @@ export default defineComponent({
props: {
title: {
default: "",
type: String,
required: true,
},
......@@ -73,7 +72,6 @@ export default defineComponent({
type: String,
},
type: {
default: "",
type: String,
required: true,
},
......@@ -82,7 +80,6 @@ export default defineComponent({
type: Object as PropType<RawLocation>,
},
to: {
default: null,
type: Object as PropType<RawLocation>,
required: true,
},
......
......@@ -6,7 +6,7 @@
export default {
props: {
headline: {
default: null,
default: "",
type: String,
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment