fix mongodb remote edit action (#12543)

#### What this PR does / why we need it?

#### Summary of your change

#### Please indicate you've done the following:

- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
This commit is contained in:
王贺
2026-04-21 03:52:58 +00:00
committed by GitHub
parent 0a38979bd9
commit 058bc71630
@@ -152,6 +152,12 @@ const onDelete = async (row: Database.DatabaseInfo) => {
};
const buttons = [
{
label: i18n.global.t('commons.button.edit'),
click: (row: Database.DatabaseInfo) => {
onOpenDialog('edit', row);
},
},
{
label: i18n.global.t('commons.button.unbind'),
click: (row: Database.DatabaseInfo) => {