0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 18:02:42 +00:00

Reset searching state on error

This commit is contained in:
G.Ambatte
2024-02-13 13:25:45 +13:00
parent 2f323cde8a
commit 7ffc02c3e5

View File

@@ -60,6 +60,7 @@ const ArchivePage = createClass({
});
} catch (error) {
console.log(`LoadPage error: ${error}`);
this.updateStateWithBrews([], 1, 1);
}
},