mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
scm-ui: new repository layout
This commit is contained in:
10
scm-ui/ui-webapp/src/groups/components/groupValidation.js
Normal file
10
scm-ui/ui-webapp/src/groups/components/groupValidation.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// @flow
|
||||
import { validation } from "@scm-manager/ui-components";
|
||||
|
||||
const isNameValid = validation.isNameValid;
|
||||
|
||||
export { isNameValid };
|
||||
|
||||
export const isMemberNameValid = (name: string) => {
|
||||
return isNameValid(name);
|
||||
};
|
||||
Reference in New Issue
Block a user