fix: preserve empty-state icon component context
This commit is contained in:
@@ -16,7 +16,7 @@ withDefaults(defineProps<{
|
||||
apiError?: ApiError | null;
|
||||
diagnostic?: ErrorDiagnostic | null;
|
||||
}>(), {
|
||||
icon: PackageOpen
|
||||
icon: () => PackageOpen
|
||||
});
|
||||
defineEmits<{ action: [] }>();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user