mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fixes: app crash from code hinter (#5265)
This commit is contained in:
parent
8e81aa5c2b
commit
cee253bc25
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ function resolveCode(code, state, customObjects = {}, withError = false, reserve
|
|||
}
|
||||
|
||||
export function resolveReferences(object, state, defaultValue, customObjects = {}, withError = false) {
|
||||
if (object === '{{{}}}') return '';
|
||||
const reservedKeyword = ['app']; //Keywords that slows down the app
|
||||
object = _.clone(object);
|
||||
const objectType = typeof object;
|
||||
|
|
|
|||
Loading…
Reference in a new issue