Skip to content

Commit 3b057ed

Browse files
authored
change alert to warning
1 parent 47d89b1 commit 3b057ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/howto7/general/dev-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Adding validation checks is vital for ensuring that input data conforms to the e
322322

323323
When building microflows, it is important to account for the potential occurrence of unexpected values. These could be empty values, or values outside the expected range or format. It is also important to ensure that read-only attributes only contain expected values.
324324

325-
{{% alert color="info" %}}
325+
{{% alert color="warning" %}}
326326
We strongly recommend adding validation checks to all microflows inputs, including read-only attributes.
327327

328328
We also recommend avoiding storing intermediary values in attributes (such as, *TotalPrice*). Instead, calculate these values when needed to ensure you have the correct values.

0 commit comments

Comments
 (0)