chore: Add support for message_templates in API inbox (#4835)
This commit is contained in:
@@ -318,7 +318,6 @@
|
||||
|
||||
<script>
|
||||
import { mapGetters } from 'vuex';
|
||||
import { required } from 'vuelidate/lib/validators';
|
||||
import { shouldBeUrl } from 'shared/helpers/Validators';
|
||||
import configMixin from 'shared/mixins/configMixin';
|
||||
import alertMixin from 'shared/mixins/alertMixin';
|
||||
@@ -562,7 +561,6 @@ export default {
|
||||
},
|
||||
validations: {
|
||||
webhookUrl: {
|
||||
required,
|
||||
shouldBeUrl,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user