fix(lab): Default to measurement view for now
This commit is contained in:
parent
1c1777ada0
commit
ae78b16240
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue