chore: remove console.log()
This commit is contained in:
@@ -211,8 +211,6 @@ export const BrowserWindow = () => {
|
|||||||
if (listSelector) {
|
if (listSelector) {
|
||||||
addListStep(listSelector, { ...fields, [newField.label]: newField }, currentListId || 0);
|
addListStep(listSelector, { ...fields, [newField.label]: newField }, currentListId || 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user