mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-16 19:33:41 +00:00
fix(react): add owner modal title (#3222)
This commit is contained in:
parent
f0c8f85a0e
commit
3ee6e760f0
@ -42,7 +42,7 @@ export const AddOwnerModal = ({ visible, onClose, owners, updateOwnership }: Pro
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal
|
<Modal
|
||||||
title="Add tag"
|
title="Add owner"
|
||||||
visible={visible}
|
visible={visible}
|
||||||
onCancel={onClose}
|
onCancel={onClose}
|
||||||
footer={
|
footer={
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user