mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-02 21:13:47 +00:00
fix[shadcn]: change 'src' prop requirement to optional in AvatarImage component
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { AvatarImage } from 'radix-vue'
|
||||
|
||||
const props = defineProps({
|
||||
src: { type: String, required: true, default: '' },
|
||||
src: { type: String, required: false, default: '' },
|
||||
asChild: { type: Boolean, required: false },
|
||||
as: { type: null, required: false }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user