From 54ed5e44bcfaa4bfeff164174c6234ba31a48bf3 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 22 Jul 2024 15:44:57 +0530 Subject: [PATCH] style: add separator for better organization --- app/javascript/dashboard/helper/validations.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/javascript/dashboard/helper/validations.js b/app/javascript/dashboard/helper/validations.js index 763e5248a..b052cc77c 100644 --- a/app/javascript/dashboard/helper/validations.js +++ b/app/javascript/dashboard/helper/validations.js @@ -1,3 +1,7 @@ +// ------------------------------------------------------------------ +// ------------------------ Filter Validation ----------------------- +// ------------------------------------------------------------------ + /** * Validates a single filter for conversations or contacts. * @@ -58,6 +62,10 @@ export const validateConversationOrContactFilters = filters => { return errors; }; +// ------------------------------------------------------------------ +// ---------------------- Automation Validation --------------------- +// ------------------------------------------------------------------ + /** * Validates the basic fields of an automation object. *