Skip to content

Commit

Permalink
Merge branch 'release-1.0.0' of github.com:tekdi/shiksha-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Dec 2, 2024
2 parents bafb553 + d214157 commit a74d7fe
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 81 deletions.
2 changes: 2 additions & 0 deletions src/pages/stateDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const StateDetails = () => {
const [boards, setBoards] = useState<any>([]);

useEffect(() => {
const stateValue = Array.isArray(state) ? state.join(",") : state || "";
localStorage.setItem("selectedState", stateValue);
const fetchBoards = () => {
let boardsData = [];
if (
Expand Down
Loading

0 comments on commit a74d7fe

Please sign in to comment.