Fix: cannot debug invoke component (#13649)

### What problem does this PR solve?

Cannot debug invoke component.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Yongteng Lei
2026-03-18 14:22:13 +08:00
committed by GitHub
parent 74866371ef
commit 53e395ca2e
2 changed files with 21 additions and 1 deletions

View File

@@ -59,7 +59,6 @@ const SingleDebugSheet = ({
ok={onOk}
isNext={false}
loading={loading}
submitButtonDisabled={list.length === 0}
className="flex-1 overflow-auto min-h-0 pb-5"
maxHeight="max-h-[83vh]"
></DebugContent>