HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 4cc49d8841 - Show all commits

View File

@ -56,7 +56,7 @@ const props = defineProps({
}, },
offset: { offset: {
type: Number, type: Number,
default: 0, default: undefined,
}, },
skeleton: { skeleton: {
type: Boolean, type: Boolean,

View File

@ -171,7 +171,6 @@ const insertTag = (rows) => {
<QBtn <QBtn
@click="insertTag(rows)" @click="insertTag(rows)"
class="cursor-pointer" class="cursor-pointer"
:disable="!validRow"
color="primary" color="primary"
flat flat
icon="add" icon="add"