Skip to content

Commit

Permalink
[#3383] Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vaszig committed Sep 26, 2023
1 parent 49cbc34 commit cff2ac5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/formio/validators/plugins.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
import {post} from '../../api';

const errorMessageMap = {
'kvk-kvkNumber': 'Invalid Kvk Number',
'kvk-rsin': 'Invalid RSIN',
'kvk-branchNumber': 'Invalid Branch Number',
'phonenumber-international': 'Invalid international phonenumber',
'phonenumber-nl': 'Invalid Dutch phonenumber',
};

export const pluginsAPIValidator = {
key: `validate.backendApi`,
message(component) {
Expand Down

0 comments on commit cff2ac5

Please sign in to comment.