Skip to content

Commit e4cc1f3

Browse files
author
vguruparan
committed
Update rule trigger to support upto 15 rules
1 parent 1b915b1 commit e4cc1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/page/agent/[agentId]/agent-components/agent-rule.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { Card, CardBody, Input, Button } from '@sveltestrap/sveltestrap';
44
import { getAgentRuleOptions } from '$lib/services/agent-service';
55
6-
const limit = 5;
6+
const limit = 15;
77
const textLimit = 100;
88
99
/** @type {import('$agentTypes').AgentModel} */

0 commit comments

Comments
 (0)