From a676205cfb7bfe857bc0b066fbc57c081478bd4f Mon Sep 17 00:00:00 2001 From: Jonathon Broughton Date: Mon, 24 Mar 2025 23:01:33 +0000 Subject: [PATCH] Add title for strict mode in inputs - Added a title for the strict mode field - Clarified case sensitivity in the description --- src/data_shield/inputs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data_shield/inputs.py b/src/data_shield/inputs.py index 85b237a..8059cac 100644 --- a/src/data_shield/inputs.py +++ b/src/data_shield/inputs.py @@ -51,6 +51,7 @@ class FunctionInputs(AutomateBase): ) strict_mode: bool = Field( + title="Case Sensitivity Strict Mode", default=False, description="If checked, matching is case-sensitive. If unchecked, case-insensitive." )