feat: handle size quota
This commit is contained in:
parent
1534a69f80
commit
2a4036614d
6 changed files with 68 additions and 24 deletions
|
|
@ -118,7 +118,7 @@
|
|||
</v-chip>
|
||||
</template>
|
||||
<template v-slot:item.actions="{ item }">
|
||||
<v-tooltip top v-if="item.validationState === 'published' || item.validationState === 'rejected'">
|
||||
<v-tooltip top v-if="item.publishedAt != null">
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
<v-btn icon small color="success">
|
||||
<v-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue