Simplify catalog root pages - show only 'Выберите...' hint
All checks were successful
Build Docker Image / build (push) Successful in 4m9s
All checks were successful
Build Docker Image / build (push) Successful in 4m9s
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
/>
|
||||
</template>
|
||||
|
||||
<template #header>
|
||||
<Text v-if="!isLoading" tone="muted">Выберите поставщика</Text>
|
||||
</template>
|
||||
|
||||
<template #card="{ item }">
|
||||
<SupplierCard :supplier="item" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user