fix: default_env field not display in backend editing yaml

This commit is contained in:
jialin
2026-03-02 10:21:21 +08:00
parent 76a3e5cfcf
commit cf521ad79e
3 changed files with 8 additions and 8 deletions
@@ -1,5 +1,6 @@
import IconFont from '@/components/icon-font';
import { PageAction } from '@/config';
import { PageActionType } from '@/config/types';
import useBodyScroll from '@/hooks/use-body-scroll';
import { ListItem } from '../config/types';
import useCommunityBackend from './use-community-backend';
@@ -30,7 +31,7 @@ const useCreateBackend = () => {
];
const handleEditBackend = (
action: PageAction,
action: PageActionType,
title: string,
row: ListItem
) => {