Merge "fix: Fix manage metadata"
This commit is contained in:
@@ -94,6 +94,9 @@ export default class Manage extends ModalAction {
|
||||
onChange={(e) => {
|
||||
this.updatePrefix(e.currentTarget.value, record);
|
||||
}}
|
||||
onClick={(e) => {
|
||||
e && e.stopPropagation();
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user