Skip to content

Commit 90b1658

Browse files
committed
use import while we're here
1 parent cfe33dd commit 90b1658

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/components/ui/Publish/Field.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { computed, useTemplateRef, watch, ref, inject } from 'vue';
33
import { injectContainerContext } from './Container.vue';
44
import { injectFieldsContext } from './FieldsProvider.vue';
55
import {
6+
Avatar,
67
Field,
7-
Icon,
88
Label,
99
} from '@ui';
1010
import FieldActions from '@/components/field-actions/FieldActions.vue';
@@ -244,7 +244,7 @@ const fieldtypeComponentEvents = computed(() => ({
244244
<template #label v-if="shouldShowLabel">
245245
<Label :for="fieldId" :required="isRequired" class="relative">
246246
<Transition name="lock-avatar-pop" mode="out-in">
247-
<ui-avatar
247+
<Avatar
248248
v-if="isLocked"
249249
:key="`lock-avatar-${handle}-${lockedBy?.id}`"
250250
:user="lockedBy"

0 commit comments

Comments
 (0)