Add mail connection details dialog
This commit is contained in:
@@ -122,7 +122,7 @@ onMounted(async () => {
|
||||
|
||||
domains.value = result;
|
||||
|
||||
[error, result] = await dashboardModel.getConfig();
|
||||
[error, result] = await dashboardModel.config();
|
||||
if (error) return console.error(error);
|
||||
|
||||
// preselect with dashboard domain
|
||||
|
||||
Reference in New Issue
Block a user