Skip to content

Commit a4e7c2f

Browse files
committed
fix: remove unitCode
1 parent 2d9d4d0 commit a4e7c2f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/app.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,55 +205,48 @@ export default defineAppConfig({
205205
'value': 'Die cutting, Shear cutting, Draw cutting',
206206
'description': 'Types of cutting technologies supported',
207207
'unitText': '',
208-
'unitCode': '',
209208
'@type': 'PropertyValue'
210209
},
211210
{
212211
'name': 'Cutting Accuracy',
213212
'value': 'cutAccuracy',
214213
'description': 'Positional and repeatable cutting accuracy',
215214
'unitText': '',
216-
'unitCode': '',
217215
'@type': 'PropertyValue'
218216
},
219217
{
220218
'name': 'Dimensions (LxWxH)',
221219
'value': 'dimensions',
222220
'description': 'Length x Width x Height',
223221
'unitText': 'mm',
224-
'unitCode': '',
225222
'@type': 'PropertyValue'
226223
},
227224
{
228225
'name': 'Electrical Input',
229226
'value': 'electricalInput',
230227
'description': 'Power supply requirements',
231228
'unitText': '',
232-
'unitCode': '',
233229
'@type': 'PropertyValue'
234230
},
235231
{
236232
'name': 'Compressed Air Input',
237233
'value': 'compressedAirInput',
238234
'description': 'Required compressed air connection',
239235
'unitText': '',
240-
'unitCode': '',
241236
'@type': 'PropertyValue'
242237
},
243238
{
244239
'name': 'Consumption kVA | bar',
245240
'value': 'consumption',
246241
'description': 'Power and air consumption',
247242
'unitText': '',
248-
'unitCode': '',
249243
'@type': 'PropertyValue'
250244
},
251245
{
252246
'name': 'Noise (idle)',
253247
'value': 'idleNoise',
254248
'description': 'Noise level during idle operation',
255249
'unitText': 'dB',
256-
'unitCode': '',
257250
'@type': 'PropertyValue'
258251
}
259252
]

0 commit comments

Comments
 (0)