Merge branch 'develop' into chore/upgrade-page

This commit is contained in:
Sivin Varghese
2025-05-07 08:59:09 +05:30
committed by GitHub
78 changed files with 1614 additions and 215 deletions
@@ -214,7 +214,7 @@ watch(
v-model="state.instructions"
:placeholder="t('CAPTAIN.ASSISTANTS.FORM.INSTRUCTIONS.PLACEHOLDER')"
:message="formErrors.instructions"
:max-length="2000"
:max-length="20000"
:message-type="formErrors.instructions ? 'error' : 'info'"
/>