Skip to content

Commit

Permalink
fix(wallet): add new opt candid metadata field
Browse files Browse the repository at this point in the history
  • Loading branch information
keplervital committed Nov 28, 2024
1 parent 7fd45ed commit 344b449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const saveChangesToExistingExternalCanister = async (canisterId: Principal): Pro
calls: [], // optional field, not updating calls through this dialog
},
];
settings.change_metadata = [];
settings.request_policies = [
{
calls: [], // optional field, not updating calls through this dialog
Expand Down

0 comments on commit 344b449

Please sign in to comment.