We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b9eb6 commit a8d6455Copy full SHA for a8d6455
src/components/Notifications/Rules/NotificationsRulesForm.tsx
@@ -171,7 +171,8 @@ export default function NotificationsRulesForm({
171
fieldName="properties"
172
label="Properties"
173
className="flex h-32 flex-col"
174
- format="json"
+ lines={5}
175
+ format="yaml"
176
/>
177
</div>
178
<div className="flex flex-row rounded-b-md bg-gray-100 p-4">
0 commit comments