mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-23 13:42:02 +02:00
add label and helpText option for MemberNameTagGroup component
This commit is contained in:
@@ -7,6 +7,8 @@ import TagGroup from "./TagGroup";
|
||||
type Props = {
|
||||
members: string[],
|
||||
memberListChanged: (string[]) => void,
|
||||
label?: string,
|
||||
helpText?: string,
|
||||
t: string => string
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user