add finally block instead of duplication
This commit is contained in:
parent
fc642a259c
commit
ce1ca5b89e
|
@ -102,9 +102,9 @@
|
|||
})
|
||||
cronExpression = response.message
|
||||
dispatch("change", response.message)
|
||||
loadingAICronExpression = false
|
||||
} catch (err) {
|
||||
notifications.error(err.message)
|
||||
} finally {
|
||||
loadingAICronExpression = false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3fed024cfac9d3286023b1b99a1e2b17f29ebaba
|
||||
Subproject commit dcc9e50b8064a2097d408771462ad80f48de7ff6
|
Loading…
Reference in New Issue