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 e99375d commit 640992aCopy full SHA for 640992a
src/dashboard/src/pages/ChainCode/forms/ApproveForm.js
@@ -24,7 +24,7 @@ const ApproveForm = props => {
24
const response = await listChannel();
25
const newChannels = Object.keys(response.data.data).map(item => ({
26
label: response.data.data[item].name,
27
- value: response.data.data[item].name
+ value: response.data.data[item].name,
28
}));
29
setChannels(newChannels);
30
}
0 commit comments