fix: -rm ConfirmationBox
This commit is contained in:
@@ -178,11 +178,6 @@ export const BrowserWindow = () => {
|
|||||||
onClose={() => {}}
|
onClose={() => {}}
|
||||||
canBeClosed={false}
|
canBeClosed={false}
|
||||||
>
|
>
|
||||||
{/* <ConfirmationBox
|
|
||||||
selector={highlighterData?.selector || ''}
|
|
||||||
onYes={() => handleConfirmation(true)}
|
|
||||||
onNo={() => handleConfirmation(false)}
|
|
||||||
/> */}
|
|
||||||
<div>
|
<div>
|
||||||
<h2>Select Attribute</h2>
|
<h2>Select Attribute</h2>
|
||||||
{attributeOptions.map((option) => (
|
{attributeOptions.map((option) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user