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: '', 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,