Display table record creation row when clicking on Add new from table empty state (#6174)

As per title
This commit is contained in:
Charles Bochet
2024-07-09 14:57:59 +02:00
committed by GitHub
parent de51e653fc
commit ee7b6bf099
7 changed files with 145 additions and 185 deletions

View File

@ -1,5 +1,5 @@
import { useParams } from 'react-router-dom';
import styled from '@emotion/styled';
import { useParams } from 'react-router-dom';
import { v4 } from 'uuid';
import { RecordIndexContainer } from '@/object-record/record-index/components/RecordIndexContainer';