refactor(views/table): rename event

This commit is contained in:
Elian Doran
2025-07-14 21:06:44 +03:00
parent ab093ed9a0
commit c9b37dcc77
4 changed files with 5 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ export type CommandMappings = {
customOpts: CreateNoteOpts;
parentNotePath?: string;
};
addNoteListItem: CommandData & {
addNewTableColumn: CommandData & {
referenceColumn?: ColumnComponent;
direction?: "before" | "after";
};