+
+ ) => {
+ setAccessKey(e.target.value);
+ }}
+ />
+
+
+ ) => {
+ setSecretKey(e.target.value);
+ }}
+ autoComplete="current-password"
+ overlayIcon={
+ showPassword ? (
+
+ ) : (
+
+ )
+ }
+ overlayAction={() => setShowPassword(!showPassword)}
+ />
+
+
- }>
- Create User
-
+
-
- ) => {
- setAccessKey(e.target.value);
- }}
- />
-
-
- ) => {
- setSecretKey(e.target.value);
- }}
- autoComplete="current-password"
- overlayIcon={
- showPassword ? (
-
- ) : (
-
- )
- }
- overlayAction={() => setShowPassword(!showPassword)}
- />
-
-
-
-
-
-
- {
- setSelectedGroups(elements);
- }}
- />
-
-
- {addLoading && (
-
-
-
- )}
-
-
-
-
-
+ {
+ setSelectedGroups(elements);
+ }}
+ />
-