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