Minimap prend de la place, est inutile ici

pull/913/head
Mael 2019-11-20 16:33:42 +01:00 committed by Maxime Quandalle
parent daa94090e7
commit fafc3ae776
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ import { setSimulationConfig } from '../../actions/actions'
import { Header } from './Header'
let initialInput = `
a:
formule: 10
b:
@ -24,7 +23,6 @@ c:
taux: 3%
d:
formule: a + b + c
`
export default function SafeStudio() {
@ -78,6 +76,7 @@ export function Studio() {
language="yaml"
value={value}
onChange={onChange}
options={{ minimap: { enabled: false } }}
/>
<div>
<label htmlFor="objectif">Que voulez-vous calculer ? </label>