Workaround at the moment is quite complex and unless urgent would recommend waiting for this to be resolvedb
Download the osmosisd binary from github =>
add the ledger to the cli <=
osmosisd keys add leg --ledger
query positions using their address
osmosisd q concentratedliquidity user-positions <addr> --node https://rpc.osmosis.zone:443
use the position id and liquidity to submit the txn
osmosisd tx concentratedliquidity withdraw-position positionid liquidity --from leg --chain-id osmosis-1 --sign-mode amino-json --fees 3005uosmo --gas 1201872