fix(ui) - metadata delete in onboarding

This commit is contained in:
Shekar Siri 2021-11-29 12:26:36 +05:30
parent f6d454ed75
commit fade17dec1

View file

@ -28,7 +28,7 @@ const MetadataList = (props) => {
header: 'Metadata',
confirmation: `Are you sure you want to remove?`
})) {
this.props.remove(site.id, field.index);
props.remove(site.id, field.index);
}
}