7863-devToTest_2434 #613

Merged
alexm merged 131 commits from 7863-devToTest_2434 into test 2024-08-13 06:58:13 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9708214462 - Show all commits

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 },
});