add set all enabled button

This commit is contained in:
proddy
2022-04-17 20:52:24 +02:00
parent 3acb9c456e
commit 3c9cad2717
2 changed files with 66 additions and 35 deletions

View File

@@ -14,6 +14,7 @@ import {
ValidatedPasswordField,
ValidatedTextField
} from '../../components';
import { APProvisionMode, APSettings } from '../../types';
import { numberValue, updateValue, useRest } from '../../utils';
import * as APApi from '../../api/ap';