diff --git a/frontend/src/components/SvgIcon/index.vue b/frontend/src/components/SvgIcon/index.vue index 0446ae9079..aab94ba63a 100644 --- a/frontend/src/components/SvgIcon/index.vue +++ b/frontend/src/components/SvgIcon/index.vue @@ -14,7 +14,8 @@ export default { props: { iconClass: { type: String, - required: true + required: false, + default: 'non-existent' }, className: { type: String, diff --git a/frontend/src/icons/svg/non-existent.svg b/frontend/src/icons/svg/non-existent.svg new file mode 100644 index 0000000000..db9a67d4c9 --- /dev/null +++ b/frontend/src/icons/svg/non-existent.svg @@ -0,0 +1,2 @@ + \ No newline at end of file