Build arg setter for position (#4396)
* Build arg setter for position * Build separated query factory + rename existing * Sort record by position in front * Add tests * Set first for type board --------- Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -37,7 +37,7 @@ export const RecordIndexPage = () => {
|
||||
|
||||
const handleAddButtonClick = async () => {
|
||||
await createOneObject?.({
|
||||
position: 0,
|
||||
position: 'first',
|
||||
});
|
||||
|
||||
setSelectedTableCellEditMode(0, 0);
|
||||
|
||||
Reference in New Issue
Block a user