mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
Joe gripes
This commit is contained in:
parent
260ad31468
commit
671d3ad7e8
@ -35,7 +35,7 @@ export class NewScreen extends Component {
|
||||
onClickCreate() {
|
||||
const { props, state } = this;
|
||||
|
||||
let validChar = new RegExp(/^[a-z0-9~_.-]*$/);
|
||||
let validChar = /^[a-z0-9~_.-]*$/;
|
||||
|
||||
if (
|
||||
(!state.groupName) || (!validChar.test(state.groupName))
|
||||
|
Loading…
Reference in New Issue
Block a user