diff --git a/frontend/src/components/VIconButton/VIconButton.vue b/frontend/src/components/VIconButton/VIconButton.vue index 35c3621a3fb..2c800a78246 100644 --- a/frontend/src/components/VIconButton/VIconButton.vue +++ b/frontend/src/components/VIconButton/VIconButton.vue @@ -44,7 +44,7 @@ export default defineComponent({ * The size of the button, matches the sizes of VButton component. */ size: { - type: String as PropType>, + type: String as PropType, required: true, }, /** diff --git a/frontend/src/components/VMediaInfo/VMetadata.vue b/frontend/src/components/VMediaInfo/VMetadata.vue index f072b0fccc2..50dce4c269b 100644 --- a/frontend/src/components/VMediaInfo/VMetadata.vue +++ b/frontend/src/components/VMediaInfo/VMetadata.vue @@ -1,7 +1,13 @@