Update form.js
This commit is contained in:
parent
b73a034fca
commit
a926cc88cb
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ module.exports = Mn.View.extend({
|
||||||
text: input
|
text: input
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
createFilter: /^(?:\.)?(?:[^.*]+\.?)+[^.]$/
|
createFilter: /^(?:[^.]+\.?)+[^.]$/
|
||||||
});
|
});
|
||||||
|
|
||||||
// Access Lists
|
// Access Lists
|
||||||
|
|
Loading…
Reference in a new issue