feat: save activated/disabled fields in New Field - Step 1 page (#2226)

* feat: save activated/disabled fields in New Field - Step 1 page

Closes #2170

* fix: fix objectSlug

* Console.log

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
Thaïs
2023-10-27 17:59:57 +02:00
committed by GitHub
parent 9681815cb3
commit 40c5f72080
2 changed files with 67 additions and 20 deletions

View File

@ -81,7 +81,6 @@ export const TableOptionsDropdownContent = () => {
useScopedHotkeys(
Key.Enter,
() => {
console.log('enter');
const name = viewEditInputRef.current?.value;
handleViewNameSubmit(name);
resetMenu();