fix formatting

This commit is contained in:
Gregor Vostrak
2026-05-11 17:18:57 +02:00
parent 6d93e48b1d
commit 72cd0b6f05
6 changed files with 10 additions and 15 deletions

View File

@@ -170,12 +170,9 @@ async function createTag(name: string): Promise<Tag | undefined> {
@remove-row="handleRemoveRow"
@cell-update="handleCellUpdate"
@project-task-change="
(row, projectId, taskId) =>
handleRowIdentityChange(row, { projectId, taskId })
"
@billable-change="
(row, billable) => handleRowIdentityChange(row, { billable })
(row, projectId, taskId) => handleRowIdentityChange(row, { projectId, taskId })
"
@billable-change="(row, billable) => handleRowIdentityChange(row, { billable })"
@tags-change="(row, tags) => handleRowIdentityChange(row, { tags })"
@add-row="handleAddRow" />