chore: refs #7283 drop array types
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-08-12 11:01:32 +02:00
parent 239e796d2e
commit 9708214462
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { getCssVar } from 'quasar';
const $props = defineProps({
workerId: { type: Number, required: true },
description: { type: String, default: null },
title: { type: [String], default: null },
title: { type: String, default: null },
color: { type: String, default: null },
});