Bump Webpack plugins and loaders

This commit is contained in:
Qstick
2021-12-24 12:18:14 -06:00
parent 68d8fed659
commit 4f2ccb462b
316 changed files with 1362 additions and 1384 deletions
@@ -68,11 +68,11 @@ class InteractiveSearchRow extends Component {
guid,
indexerId
});
}
};
onConfirmGrabPress = () => {
this.setState({ isConfirmGrabModalOpen: true });
}
};
onGrabConfirm = () => {
this.setState({ isConfirmGrabModalOpen: false });
@@ -89,11 +89,11 @@ class InteractiveSearchRow extends Component {
indexerId,
...searchPayload
});
}
};
onGrabCancel = () => {
this.setState({ isConfirmGrabModalOpen: false });
}
};
//
// Render