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: '',
},
limit: {
type: Number,
default: 30,
type: String,
default: '30',
},
params: {
type: Object,

View File

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