We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd298e commit 322fbefCopy full SHA for 322fbef
web/src/pages/Resolver/Policy/index.tsx
@@ -47,7 +47,7 @@ const Policy: React.FC = () => {
47
const fileFormData = new FormData();
48
fileFormData.append("data", file, file.name);
49
50
- uploadFormDataToIPFS(fileFormData)
+ uploadFormDataToIPFS(fileFormData, "policy")
51
.then(async (res) => {
52
const response = await res.json();
53
const policyURI = response["cids"][0];
0 commit comments