Skip to content

Commit

Permalink
Merge pull request #653 from /issues/652
Browse files Browse the repository at this point in the history
issues/652 is fixed
  • Loading branch information
Vishwas1 authored Dec 2, 2021
2 parents 54d6e6b + b1c8897 commit 62e118b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/participant/ActionInputs/InputText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
import eventBus from "../../../eventBus.js";
import {
isValidURL,
isValidText,
isEmpty,
} from "../../../mixins/fieldValidationMixin";
import notificationMixins from "../../../mixins/notificationMixins";
Expand Down Expand Up @@ -101,9 +100,6 @@ export default {
if (isValidURL(this.data.value)) {
return false;
}
if (!isValidText(this.data.value)) {
return false;
}
return true;
},
disableInput(data) {
Expand Down

0 comments on commit 62e118b

Please sign in to comment.