chore: lint

This commit is contained in:
karishmas6
2024-09-04 05:35:45 +05:30
parent 97658fc9a1
commit 5149af870e

View File

@@ -182,7 +182,7 @@ export const BrowserWindow = () => {
if (getList === true && !listSelector) { if (getList === true && !listSelector) {
setListSelector(highlighterData.selector); setListSelector(highlighterData.selector);
console.log('After set',listSelector) console.log('After set', listSelector)
setCurrentListId(Date.now()); setCurrentListId(Date.now());
setFields({}); setFields({});
} else if (getList === true && listSelector && currentListId) { } else if (getList === true && listSelector && currentListId) {
@@ -213,7 +213,7 @@ export const BrowserWindow = () => {
addListStep(listSelector, { ...fields, [newField.label]: newField }, currentListId || 0); addListStep(listSelector, { ...fields, [newField.label]: newField }, currentListId || 0);
} }
console.log('end',listSelector) console.log('end', listSelector)
} else { } else {
// Show the modal if there are multiple options // Show the modal if there are multiple options
setAttributeOptions(options); setAttributeOptions(options);