瀏覽代碼

bug:自动选中失败后,提示信息不自动消失

sw 5 天之前
父節點
當前提交
dd9de0c240
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/pages/exam/components/BodyPositionList.tsx

+ 1 - 2
src/pages/exam/components/BodyPositionList.tsx

@@ -77,8 +77,7 @@ const BodyPositionList: React.FC<BodyPositionListProps> = ({
       autoSelectFirstBodyPosition(bodyPositions, dispatch, currentKey).catch(
         (error) => {
           message.error(
-            'Failed to auto-select the first body position',
-            error
+            `Failed to auto-select the first body position ${error}`
           );
         }
       );