chore: handleDeleteClick now accepts only doc as param

pull/1001/head
utin-francis-peter 3 months ago
parent 7bc7b500f5
commit 9606e3f80c

@ -90,7 +90,7 @@ function SourceDropdown({
id={`img-${index}`}
onClick={(event) => {
event.stopPropagation();
handleDeleteClick(index, option);
handleDeleteClick(option);
}}
/>
)}

Loading…
Cancel
Save