Skip to content
Snippets Groups Projects
Commit 056cb9bc authored by Laurent Knoll's avatar Laurent Knoll
Browse files

Debug mode : divers

parent 2f5f629e
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ export class DrawBlobMaskStep extends Step<DrawBlobMaskStepState> {
<span hidden={!this.state.closed}><i className="fa-solid fa-hands-clapping fa-beat-fade me-2"></i></span>Fini !
</Button>
{DEBUG_MODE ?
<Button className={"ms-2 col-4"} variant={"danger"} disabled={!this.state.active}
<Button className={"ms-2 col-5"} variant={"danger"} disabled={!this.state.active}
onClick={this.loadData.bind(this)}>
<i className="fa-solid fa-bug"></i> Charger XY
</Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment