Skip to content

Commit 4a135aa

Browse files
waleedlatif1claude
andcommitted
revert: remove initialRowCount from copilot table creation
Copilot populates its own data after creating a table, so pre-creating 20 empty rows causes data to start at position 21 with empty rows above. initialRowCount only makes sense for the manual UI creation flow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b5c2070 commit 4a135aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/lib/copilot/tools/server/table/user-table.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ export const userTableServerTool: BaseServerTool<UserTableArgs, UserTableResult>
229229
schema: args.schema,
230230
workspaceId,
231231
userId: context.userId,
232-
initialRowCount: 20,
233232
},
234233
requestId
235234
)

0 commit comments

Comments
 (0)