File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
routes/page/agent/[agentId]/agent-components/rules Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ export async function getAgentRuleOptions() {
116116}
117117
118118/**
119- * Get agent rule criteria providers
120- * @returns {Promise<any[] > }
119+ * Get agent rule config options
120+ * @returns {Promise<any> }
121121 */
122122export async function getAgentRuleConfigOptions ( ) {
123123 const url = endpoints . agentRuleConfigOptionsUrl ;
Original file line number Diff line number Diff line change 248248 }
249249
250250 const config = ruleConfigs[found .config .topology_name ];
251- const customParam = config .customParameters || {};
251+ const customParam = config? .customParameters || {};
252252
253253 if (customParam .htmlTag === ' iframe' ) {
254254 const params = JSON .stringify ({
You can’t perform that action at this time.
0 commit comments