chore: fix linting errors

This commit is contained in:
Dries Augustyns
2026-02-17 19:09:01 +01:00
parent e4e334c77a
commit d9ae171cc7
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -1584,7 +1584,7 @@ function AddStepDialog({open, onOpenChange, workflowId, onSuccess}: AddStepDialo
</Select>
</div>
<p className="text-xs text-neutral-500 mt-1.5">
Continue the workflow after this time even if the event hasn't occurred
Continue the workflow after this time even if the event hasn&apos;t occurred
</p>
</div>
</div>
@@ -1676,7 +1676,7 @@ function AddStepDialog({open, onOpenChange, workflowId, onSuccess}: AddStepDialo
rows={4}
/>
<p className="text-xs text-neutral-500 mt-1.5">
JSON object with fields to update in the contact's data
JSON object with fields to update in the contact&apos;s data
</p>
</div>
</div>