Merge pull request #192 from stonega/main
Remove 'subscribed' property from contact creation request
This commit is contained in:
@@ -97,7 +97,6 @@ export default function Index() {
|
|||||||
toast.promise(
|
toast.promise(
|
||||||
network.mock<Template, typeof ContactSchemas.create>(project.secret, "POST", "/v1/contacts", {
|
network.mock<Template, typeof ContactSchemas.create>(project.secret, "POST", "/v1/contacts", {
|
||||||
...data,
|
...data,
|
||||||
subscribed: true,
|
|
||||||
data: dataObject,
|
data: dataObject,
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user