Skip to content

Commit 365578f

Browse files
committed
minor fix
1 parent ed9a208 commit 365578f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/scripts/components/views/ProductVersionEditor.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ export const ProductVersionEditorView = () => {
851851
}
852852

853853
return (
854-
version && version.modelType == 'ldr' ? (
854+
versionId == 'new' || (version && version.modelType == 'ldr') ? (
855855
<main className={`view product-version-editor`}>
856856
<div className='editor'>
857857
<div className='model'>

0 commit comments

Comments
 (0)