Describe the bug
Precondition: wallet has 0 CKB ,mutisig address has balance
when click withraw,show tip:

Preliminary bug investigation: in /neuron/packages/neuron-ui/src/components/MultisigAddressNervosDAODialog/index.tsx
hasCkbBalance: +wallet.balance > 0
const isWithdrawnDisabled = CellStatus.Deposited === cellStatus && !hasCkbBalance
Expected behavior
withdraw successfuliy