[UI] Fix behavious when delete user domain
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user