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