While creating a new query, a default DOM node is immediately inserted in the application. This results in fetches to the backend before the user had the chance to edit the query. This is wasteful. Instead, on query creation the query should stay in draft, detached from the dom until the user presses "save" the first time.
Duplicates
Latest version
Current behavior 😯
While creating a new query, a default DOM node is immediately inserted in the application. This results in fetches to the backend before the user had the chance to edit the query. This is wasteful. Instead, on query creation the query should stay in draft, detached from the dom until the user presses "save" the first time.
Blocked on https://github.com/mui/mui-toolpad/issues/1126
Context 🔦
Splitted off from https://github.com/mui/mui-toolpad/issues/1001 as being lower priority