mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
fix formatting
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user