fix(ui) - metadata delete in onboarding
This commit is contained in:
parent
f6d454ed75
commit
fade17dec1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue