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 d196c95 commit d54bdffCopy full SHA for d54bdff
src/components/ciConfig/CIConfig.tsx
@@ -69,7 +69,6 @@ export default function CIConfig({
69
sortObjectArrayAlphabetically(sourceConfig.material, 'name')
70
const _sourceConfig = { ...sourceConfig }
71
const sourceConfigMaterial = sourceConfig.material?.map((material: MaterialOptionType) => {
72
- console.log(material)
73
return {
74
...material,
75
label: material?.name,
0 commit comments