mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-30 02:12:39 +00:00
fixed OUI upload error
This commit is contained in:
@@ -31,9 +31,8 @@ const UPDATE_OUI = gql`
|
||||
}
|
||||
`;
|
||||
|
||||
const token = getItem(AUTH_TOKEN);
|
||||
|
||||
const System = () => {
|
||||
const token = getItem(AUTH_TOKEN);
|
||||
const [loadingFileUpload, setLoadingFileUpload] = useState(false);
|
||||
|
||||
const { data: apiUrl } = useQuery(GET_API_URL);
|
||||
|
||||
Reference in New Issue
Block a user