1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
This commit is contained in:
Pedro Silva 2022-10-19 10:42:57 +01:00
parent a15edcbb28
commit 2a4eedcf38
5 changed files with 4 additions and 5 deletions

View file

@ -32,4 +32,3 @@ export const generateNewColumnForTable = (tableData: any): Table => {
newColumn.updatedAt = new Date().toISOString()
return newColumn
}