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
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:
parent
883e08c6ed
commit
9e7b6be831
1 changed files with 6 additions and 0 deletions
|
|
@ -68,6 +68,9 @@
|
||||||
outlined
|
outlined
|
||||||
autogrow
|
autogrow
|
||||||
rows="3"
|
rows="3"
|
||||||
|
:rules="[val => !!val || 'กรุณากรอกคำอธิบาย']"
|
||||||
|
lazy-rules="ondemand"
|
||||||
|
hide-bottom-space
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -79,6 +82,9 @@
|
||||||
outlined
|
outlined
|
||||||
autogrow
|
autogrow
|
||||||
rows="3"
|
rows="3"
|
||||||
|
:rules="[val => !!val || 'Please enter description']"
|
||||||
|
lazy-rules="ondemand"
|
||||||
|
hide-bottom-space
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue