fix: preserve empty-state icon component context

This commit is contained in:
root
2026-07-16 22:34:11 +02:00
parent a6b5421051
commit 7b349f1860
@@ -16,7 +16,7 @@ withDefaults(defineProps<{
apiError?: ApiError | null;
diagnostic?: ErrorDiagnostic | null;
}>(), {
icon: PackageOpen
icon: () => PackageOpen
});
defineEmits<{ action: [] }>();
</script>