mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
AddAddress: adding a new stickyActions option
This commit is contained in:
@@ -24,6 +24,7 @@ export default {
|
||||
props: [ 'options', 'default' ],
|
||||
computed: {
|
||||
isStickyForm() {
|
||||
return (typeof this.options.stickyActions !== 'undefined') ? this.options.stickyActions : this.default.stickyActions;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user