mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
refactor(ui): enable global debugging flag
This commit is contained in:
parent
e55896240d
commit
c28b635f2d
@ -2,4 +2,4 @@ import ReactDOM from 'react-dom/client';
|
||||
|
||||
import InvokeAIUI from './app/components/InvokeAIUI';
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(<InvokeAIUI />);
|
||||
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(<InvokeAIUI isDebugging />);
|
||||
|
Loading…
Reference in New Issue
Block a user