Skip to content

Commit a8d6455

Browse files
committed
fix: notification properties
1 parent 60b9eb6 commit a8d6455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Notifications/Rules/NotificationsRulesForm.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ export default function NotificationsRulesForm({
171171
fieldName="properties"
172172
label="Properties"
173173
className="flex h-32 flex-col"
174-
format="json"
174+
lines={5}
175+
format="yaml"
175176
/>
176177
</div>
177178
<div className="flex flex-row rounded-b-md bg-gray-100 p-4">

0 commit comments

Comments
 (0)