fix(ui) : use correct component names without path prefix (EmptyState, UsedInSection)
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Empty State -->
|
||||
<CommonEmptyState
|
||||
<EmptyState
|
||||
v-else-if="filteredSites.length === 0"
|
||||
:icon="IconLucideFactory"
|
||||
title="Aucune machine trouvée"
|
||||
@@ -83,7 +83,7 @@
|
||||
Ajouter une machine
|
||||
</button>
|
||||
</div>
|
||||
</CommonEmptyState>
|
||||
</EmptyState>
|
||||
|
||||
<!-- Sites List -->
|
||||
<div v-else class="space-y-5">
|
||||
|
||||
Reference in New Issue
Block a user