Loading client/src/components/Common/GCard.vue +26 −27 Original line number Diff line number Diff line Loading @@ -335,8 +335,8 @@ function onKeyDown(event: KeyboardEvent) { :id="getElementId(props.id, 'title')" bold inline class="d-block" :size="props.titleSize"> <div class="d-flex"> <FontAwesomeIcon v-if="props.titleIcon?.icon" class="mr-1" Loading @@ -363,7 +363,6 @@ function onKeyDown(event: KeyboardEvent) { {{ title }} </span> </template> </div> <slot name="titleActions"> <BButton Loading Loading
client/src/components/Common/GCard.vue +26 −27 Original line number Diff line number Diff line Loading @@ -335,8 +335,8 @@ function onKeyDown(event: KeyboardEvent) { :id="getElementId(props.id, 'title')" bold inline class="d-block" :size="props.titleSize"> <div class="d-flex"> <FontAwesomeIcon v-if="props.titleIcon?.icon" class="mr-1" Loading @@ -363,7 +363,6 @@ function onKeyDown(event: KeyboardEvent) { {{ title }} </span> </template> </div> <slot name="titleActions"> <BButton Loading