mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-25 21:09:04 +08:00
Co-authored-by: Shivam Mishra <[email protected]> Co-authored-by: iamsivin <[email protected]>
11 lines
132 B
JavaScript
11 lines
132 B
JavaScript
import { required } from '@vuelidate/validators';
|
|
|
|
export default {
|
|
title: {
|
|
required,
|
|
},
|
|
teamId: {
|
|
required,
|
|
},
|
|
};
|