1
0
Fork 0

fix(lab): Show draft by default

This commit is contained in:
Joost De Cock 2022-01-25 15:46:35 +01:00
parent 94923f11d8
commit 1c1777ada0

View file

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