Skip to content

Commit 3ac1c41

Browse files
authored
Merge pull request #2081 from hackforla/rc.fix-loading-modal-never-closes-2026
need to set isTableLoading to false once request table is created
2 parents 4933988 + 5bfe2ac commit 3ac1c41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/features/Map/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class MapContainer extends React.Component {
9090
endTime - startTime
9191
)} ms.`
9292
);
93+
this.setState({ isTableLoading: false });
9394
} catch (error) {
9495
console.error(`Failed to load dataset for year ${year}:`, error);
9596
}

0 commit comments

Comments
 (0)