Renames forms to make clear if they are new or edit
This commit is contained in:
@@ -7,7 +7,7 @@ import { pb } from "@/lib/pocketbase";
|
||||
/**
|
||||
* Renders a form to add a new secret. Calls onCreate with the new secret document.
|
||||
*/
|
||||
export const SecretForm = ({
|
||||
export const NewSecretForm = ({
|
||||
campaign,
|
||||
onCreate,
|
||||
}: {
|
||||
Reference in New Issue
Block a user