Add mail connection details dialog
This commit is contained in:
@@ -155,7 +155,7 @@ async function refreshTasks() {
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
const [error, result] = await dashboardModel.getConfig();
|
||||
const [error, result] = await dashboardModel.config();
|
||||
if (error) return console.error(error);
|
||||
|
||||
version.value = result.version;
|
||||
|
||||
Reference in New Issue
Block a user