fix rename artifact

This commit is contained in:
Chris Kruining 2025-01-07 16:04:53 +01:00
parent 9d943c1182
commit 5774cc1299
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -50,7 +50,7 @@ export function Grid<T extends Record<string, any>>(props: GridProps<T>) {
remove(indices: number[]) { remove(indices: number[]) {
data().remove(indices); data().remove(indices);
table()?.clear(); table()?.clearSelection();
}, },
insert(row: T, at?: number) { insert(row: T, at?: number) {