interface: set resource name correctly

Fixes #3617.
This commit is contained in:
Matilde Park 2020-09-29 14:13:45 -04:00
parent 487aa501c6
commit 144b3f618c

View File

@ -42,8 +42,8 @@ export const MetadataSettings = (props) => {
val,
association.metadata.description,
association.metadata['date-created'],
module,
uxToHex(association.metadata.color)
uxToHex(association.metadata.color),
module
).then(() => {
changeLoading(false, false, '', () => {});
});