AddAddress: adding a new stickyActions option

This commit is contained in:
2021-09-17 10:59:06 +02:00
parent f048395a89
commit 331dd286e7
4 changed files with 12 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ export default {
props: [ 'options', 'default' ],
computed: {
isStickyForm() {
return (typeof this.options.stickyActions !== 'undefined') ? this.options.stickyActions : this.default.stickyActions;
}
}
}