- temp fix: form field items from JS config;
- fixed displaying times for call; - fixed reading saved flow;
This commit is contained in:
@@ -7,7 +7,10 @@ const rootEl = document.getElementById('root');
|
||||
const rootReact = createRoot(rootEl);
|
||||
|
||||
rootReact.render(
|
||||
<App/>
|
||||
);
|
||||
/*rootReact.render(
|
||||
<React.StrictMode>
|
||||
<App/>
|
||||
</React.StrictMode>
|
||||
);
|
||||
);*/
|
||||
|
||||
Reference in New Issue
Block a user