mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
chore: more linter errors
This commit is contained in:
@@ -270,7 +270,6 @@ export function CrudTable<T extends { [key: string]: any }>({ items, columns, on
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
function itemDefaults<T>(columns: CrudColumn<T>[]) {
|
||||
return columns.reduce((acc, column) => {
|
||||
acc[column.key] = column.defaultValue as T[keyof T]
|
||||
|
||||
Reference in New Issue
Block a user