style(providers): fix prettier formatting in ProviderForm

This commit is contained in:
Jason
2026-07-21 17:20:45 +08:00
parent bc8001238a
commit 200aa14295
@@ -1541,8 +1541,7 @@ function ProviderFormFull({
payload.meta ?? (initialData?.meta ? { ...initialData.meta } : undefined);
// 确定 providerType(新建时从预设获取,编辑时从现有数据获取)
const providerType =
presetProviderType || initialData?.meta?.providerType;
const providerType = presetProviderType || initialData?.meta?.providerType;
const nextMeta: ProviderMeta = {
...(baseMeta ?? {}),