mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Merge pull request #10392 from ToolJet/docs/fix-validation-local-build
[docs]: fix validation error on local docs build
This commit is contained in:
commit
5c9b711883
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ module.exports = {
|
|||
},
|
||||
googleTagManager: isProd
|
||||
? {
|
||||
containerId: process.env.GTM,
|
||||
containerId: process.env.GTM || 'development',
|
||||
}
|
||||
: undefined,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue