chore: lint

This commit is contained in:
karishmas6
2024-09-04 05:35:16 +05:30
parent b3f1e5f385
commit 97658fc9a1

View File

@@ -124,12 +124,12 @@ export const RightSidePanel = () => {
const resetListState = useCallback(() => {
setShowPaginationOptions(false);
setSelectedPaginationSetting(null);
}, []);
}, []);
const handleStopGetList = useCallback(() => {
const handleStopGetList = useCallback(() => {
stopGetList();
resetListState();
}, [stopGetList, resetListState]);
}, [stopGetList, resetListState]);
const stopCaptureAndEmitGetListSettings = useCallback(() => {