Skip to content

Commit 092fd71

Browse files
committed
refactor: แก้ form ปรับรูปแบบการแสดงผล modal
1 parent 1aed54b commit 092fd71

File tree

5 files changed

+331
-198
lines changed

5 files changed

+331
-198
lines changed

client/my-app/src/app/(with-layout)/cameras/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import ToggleViewButton from "@/app/components/ToggleViewButton";
55
import CameraView from "@/app/components/CameraView";
66
import SearchCamerasInput from "@/app/components/SearchCamerasInput";
77
import CameraFilters from "@/app/components/CameraFilters";
8+
import CreateCameraForm from "@/app/components/CreateCameraForm";
89

910
type ViewMode = "grid" | "list";
1011

@@ -41,7 +42,7 @@ export default async function CamerasPage({
4142

4243
<div className="flex gap-3">
4344
<ToggleViewButton />
44-
<CreateEventForm />
45+
<CreateCameraForm />
4546
</div>
4647
</div>
4748

0 commit comments

Comments
 (0)