Skip to content

Commit 08bfc31

Browse files
committed
fix(ecom-config): fix admin settings warehouses schema
1 parent 742de47 commit 08bfc31

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

functions/ecom.config.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,10 @@ const app = {
266266
title: 'Código do CD'
267267
},
268268
datafrete_token: {
269-
schema: {
270-
type: 'string',
271-
maxLength: 255,
272-
title: 'Datafrete token',
273-
description: 'Token para REST API do Datafrete na filial do respectivo CD'
274-
},
275-
hide: true
269+
type: 'string',
270+
maxLength: 255,
271+
title: 'Datafrete token',
272+
description: 'Token para REST API do Datafrete na filial do respectivo CD'
276273
},
277274
zip: {
278275
type: 'string',

0 commit comments

Comments
 (0)