Skip to content

Commit

Permalink
Merge pull request #90 from Polygant/release/1.1.1
Browse files Browse the repository at this point in the history
Release/1.1.1
  • Loading branch information
botjoker authored Nov 23, 2023
2 parents 5c6a67e + 64001ba commit 2d09631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/ContentPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<v-btn color="secondary" @click="() => filterShow = !filterShow" variant="text" class="content-page__btn" prepend-icon="mdi-filter-variant-plus">
Add filter
</v-btn>
<v-btn color="secondary" class="content-page__btn" prepend-icon="mdi-plus" variant="text" @click="getCreateData">
<v-btn v-if="haveIcon('create')" color="secondary" class="content-page__btn" prepend-icon="mdi-plus" variant="text" @click="getCreateData">
Create
</v-btn>
</div>
Expand Down Expand Up @@ -344,7 +344,7 @@
{{ item[i.key] }}
</div>
</template>
<div v-else class="content-page-table__cell" v-click-out-side="cancelLifeSaving">
<div v-else class="content-page-table__cell" v-click-outside="cancelLifeSaving">
<div class="content-page-table__cell-edit" v-if="isPageEditable && ifFieldCanEdit(i.key) && editionId === item.id" ref="target">
<input class="edit-input" v-model="editingFields[i.key]" />
<v-icon :color="'#67AD5B'" @click.stop="() => saveLifeMode()" icon="mdi-content-save"></v-icon>
Expand Down

0 comments on commit 2d09631

Please sign in to comment.