mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com> Co-authored-by: iamsivin <iamsivin@gmail.com>
11 lines
132 B
JavaScript
11 lines
132 B
JavaScript
import { required } from '@vuelidate/validators';
|
|
|
|
export default {
|
|
title: {
|
|
required,
|
|
},
|
|
teamId: {
|
|
required,
|
|
},
|
|
};
|