mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 17:31:55 +08:00
style: fix code style
This commit is contained in:
parent
ec0cdf8b96
commit
48f698e84b
@ -1,8 +1,8 @@
|
||||
import {forwardRef, useImperativeHandle, useMemo} from "react";
|
||||
import {Form, type FormInstance} from "antd";
|
||||
import { forwardRef, useImperativeHandle, useMemo } from "react";
|
||||
import { Form, type FormInstance } from "antd";
|
||||
|
||||
import {NOTIFY_CHANNELS, type NotifyChannelsSettingsContent} from "@/domain/settings";
|
||||
import {useAntdForm} from "@/hooks";
|
||||
import { NOTIFY_CHANNELS, type NotifyChannelsSettingsContent } from "@/domain/settings";
|
||||
import { useAntdForm } from "@/hooks";
|
||||
|
||||
import NotifyChannelEditFormBarkFields from "./NotifyChannelEditFormBarkFields";
|
||||
import NotifyChannelEditFormDingTalkFields from "./NotifyChannelEditFormDingTalkFields";
|
||||
|
@ -1,7 +1,7 @@
|
||||
import {useTranslation} from "react-i18next";
|
||||
import {Form, Input} from "antd";
|
||||
import {createSchemaFieldRule} from "antd-zod";
|
||||
import {z} from "zod";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { Form, Input } from "antd";
|
||||
import { createSchemaFieldRule } from "antd-zod";
|
||||
import { z } from "zod";
|
||||
|
||||
const NotifyChannelEditFormMattermostFields = () => {
|
||||
const { t } = useTranslation();
|
||||
|
Loading…
x
Reference in New Issue
Block a user