Skip to content

Commit

Permalink
fix: 修复环境编辑报错问题 (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlmac authored Sep 12, 2024
1 parent d8ad8ac commit fac47b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ const handleCloseSideSlider = () => {
};

// 显示侧边栏
const handleShowSideslider = async (type: string, { backendName }: { backendName: string }) => {
const handleShowSideslider = async (type: string, { backendName = '' } = {}) => {
// 数据重置
handleCloseSideSlider();
actionType.value = type || 'add';
Expand Down

0 comments on commit fac47b0

Please sign in to comment.