mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-08 00:54:10 +01:00
feat: add collection name to remove dialog
This commit is contained in:
parent
b31d7044a0
commit
5f94fa1174
@ -18,7 +18,7 @@ const RemoveCollection = ({ onClose, collection }) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal size="sm" title="Remove Collection" confirmText="Remove" handleConfirm={onConfirm} handleCancel={onClose}>
|
<Modal size="sm" title="Remove Collection" confirmText="Remove" handleConfirm={onConfirm} handleCancel={onClose}>
|
||||||
Are you sure you want to remove this collection?
|
Are you sure you want to delete collection <span className="font-semibold">{collection.name}</span> ?
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user