add send none to newsletter config

This commit is contained in:
Julian Krauser 2025-04-19 09:42:25 +02:00
parent fb78360946
commit b19e8df561
6 changed files with 19 additions and 16 deletions

View file

@ -6,7 +6,7 @@ import type {
import { http } from "@/serverCom";
import type { AxiosResponse } from "axios";
export const useNewsletterConfigStore = defineStore("newsletterConfi", {
export const useNewsletterConfigStore = defineStore("newsletterConfig", {
state: () => {
return {
config: [] as Array<NewsletterConfigViewModel>,