refs #6321 fix: warnings
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-04-03 10:04:47 +02:00
parent 2951e69a6a
commit f6eaa99aeb
2 changed files with 4 additions and 3 deletions

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,