Skip to content

Commit

Permalink
remove modal handler
Browse files Browse the repository at this point in the history
  • Loading branch information
davronkhamdamov committed Feb 28, 2024
1 parent b124d02 commit 6a75867
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"WillLuke.nextjs.addTypesOnSave": true,
"WillLuke.nextjs.hasPrompted": true
}
6 changes: 3 additions & 3 deletions src/app/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const Admin: FC = () => {
})
.then((data) => {});
}
function setIsOpen() {
setLessonModal(false);
}
// function setIsOpen() {
// setLessonModal(false);
// }
return (
<main className="bg-slate-800 w-full min-h-dvh flex flex-col text-gray-100">
<div className="container mx-auto my-10 p-5 md:px-0">
Expand Down

0 comments on commit 6a75867

Please sign in to comment.