feat(Data Table Node): Add bulk insert mode (no-changelog) (#19294)

This commit is contained in:
Charlie Kolb
2025-09-09 14:01:40 +02:00
committed by GitHub
parent a910604822
commit 897c69c70d
14 changed files with 383 additions and 109 deletions

View File

@@ -157,7 +157,7 @@ export const insertDataStoreRowApi = async (
'POST',
`/projects/${projectId}/data-tables/${dataStoreId}/insert`,
{
returnData: true,
returnType: 'all',
data: [row],
},
);