Commit 46df1a52 authored by nuwe1's avatar nuwe1 Committed by Jacques Erasmus

Fix deprecated GlIcon size and property

parent 90369e05
...@@ -64,12 +64,6 @@ export default { ...@@ -64,12 +64,6 @@ export default {
</script> </script>
<template> <template>
<span :class="cssClass"> <span :class="cssClass">
<gl-icon <gl-icon :name="icon" :size="size" :class="cssClasses" :aria-label="status.icon" />
:name="icon"
:size="size"
:class="cssClasses"
:aria-label="status.icon"
use-deprecated-sizes
/>
</span> </span>
</template> </template>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment