6321_negative_tickets #1371

Merged
jsegarra merged 222 commits from 6321_negative_tickets into dev 2025-02-11 09:04:31 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit f6eaa99aeb - Show all commits

View File

@ -24,8 +24,8 @@ const $props = defineProps({
default: '', default: '',
}, },
limit: { limit: {
type: Number, type: String,
default: 30, default: '30',
}, },
params: { params: {
type: Object, type: Object,

View File

@ -8,7 +8,8 @@ const { t } = useI18n();
const $props = defineProps({ const $props = defineProps({
ticket: { ticket: {
type: Object, type: Object,
required: true, required: false,
default: () => {},
}, },
id: { id: {
type: Number, type: Number,