fixed OUI upload error

This commit is contained in:
Sean Macfarlane
2020-11-11 10:52:47 -05:00
parent 76acff8b89
commit 3f3c81f5db

View File

@@ -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);