1
0
Fork 0

fix(lab): Default to measurement view for now

This commit is contained in:
Joost De Cock 2022-01-25 16:01:56 +01:00
parent 1c1777ada0
commit ae78b16240

View file

@ -40,7 +40,7 @@ const hasRequiredMeasurements = (pattern, gist) => {
const WorkbenchWrapper = ({ app, pattern }) => {
// State for display mode and gist
const [mode, setMode] = useState('draft')
const [mode, setMode] = useState('measurements')
const [gist, setGist] = useLocalStorage('gist', defaultGist(pattern, app.language))
// If we don't have the requiremed measurements,