[UI] Fix behavious when delete user domain

This commit is contained in:
xue jiahao
2024-11-27 18:05:48 +08:00
parent 024645e16a
commit bca2f46ea5
8 changed files with 93 additions and 49 deletions

View File

@@ -57,8 +57,6 @@ export default route(function (/* { store, ssrContext } */) {
message: '既定/利用可能なドメインはありません。<br>ドメイン管理ページに遷移して処理します。',
html: true,
persistent: true,
}).onDismiss(() => {
console.log('Dialog dismissed. You can do some clean up here')
})
return '/domain';
}