Changes
Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
@@ -58,6 +58,7 @@ const PlansSection = () => {
|
|||||||
const [submitted, setSubmitted] = useState<null | "card" | "invoice">(null);
|
const [submitted, setSubmitted] = useState<null | "card" | "invoice">(null);
|
||||||
const [errors, setErrors] = useState<Record<string, string>>({});
|
const [errors, setErrors] = useState<Record<string, string>>({});
|
||||||
const [clientSecret, setClientSecret] = useState<string | null>(null);
|
const [clientSecret, setClientSecret] = useState<string | null>(null);
|
||||||
|
const [cityOpen, setCityOpen] = useState(false);
|
||||||
const [form, setForm] = useState({
|
const [form, setForm] = useState({
|
||||||
företag: "",
|
företag: "",
|
||||||
epost: "",
|
epost: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user