diff --git a/components/ISCNTypeIcon.vue b/components/ISCNTypeIcon.vue index 5b79d74d..225edb15 100644 --- a/components/ISCNTypeIcon.vue +++ b/components/ISCNTypeIcon.vue @@ -20,7 +20,7 @@ export enum RecordType { @Component export default class ISCNTypeIcon extends Vue { - @Prop(String) readonly type!: String | undefined + @Prop({ default: 'CreativeWork' }) readonly type!: String | undefined get recordType() { switch (this.type) { diff --git a/components/IscnRegisterForm.vue b/components/IscnRegisterForm.vue index e7502ddd..5125f29c 100644 --- a/components/IscnRegisterForm.vue +++ b/components/IscnRegisterForm.vue @@ -188,7 +188,7 @@ @@ -223,8 +223,38 @@ :placeholder="$t('IscnRegisterForm.placeholder.description')" /> + + + + + @@ -240,7 +270,7 @@ text-preset="h6" type="button" :text="author.name" - @click="editAuthor(index)" + @click="editAuthor({ type: 'stakeholder', index })" /> - + - - +
+
+
+
+ + + - @@ -379,7 +441,7 @@ {{ $t('IscnRegisterForm.error.buy') }} - +