We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08afb9a commit 5dea318Copy full SHA for 5dea318
kompassi-v2-frontend/src/components/dimensions/DimensionEditor.tsx
@@ -265,7 +265,7 @@ export function DimensionEditor({
265
return (
266
<tr style={{ borderWidth: "3px 0 3px 0" }}>
267
<DimensionCells dimension={dimension} />
268
- {!dimension.isTechnical && <AddValueCell dimension={dimension} />}
+ {dimension.canAddValues && <AddValueCell dimension={dimension} />}
269
</tr>
270
);
271
}
0 commit comments