Renames forms to make clear if they are new or edit
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { AutoSaveTextarea } from "@/components/AutoSaveTextarea";
|
||||
import type { Session } from "@/lib/types";
|
||||
|
||||
export const SessionForm = ({
|
||||
export const EditSessionForm = ({
|
||||
session,
|
||||
onSubmit,
|
||||
}: {
|
||||
Reference in New Issue
Block a user