feat: add rules val create new courses.
All checks were successful
Build and Deploy Frontend Management to Dev Server / Build Frontend Management Docker Image (push) Successful in 33s
Build and Deploy Frontend Management to Dev Server / Deploy E-learning Frontend Management to Dev Server (push) Successful in 4s
Build and Deploy Frontend Management to Dev Server / Notify Deployment Status (push) Successful in 1s

This commit is contained in:
Missez 2026-02-11 17:35:22 +07:00
parent 883e08c6ed
commit 9e7b6be831

View file

@ -68,6 +68,9 @@
outlined
autogrow
rows="3"
:rules="[val => !!val || 'กรุณากรอกคำอธิบาย']"
lazy-rules="ondemand"
hide-bottom-space
/>
</div>
@ -79,6 +82,9 @@
outlined
autogrow
rows="3"
:rules="[val => !!val || 'Please enter description']"
lazy-rules="ondemand"
hide-bottom-space
/>
</div>