Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes error on service settings pages (#883)
``` vue.esm.js?a026:628 [Vue warn]: Property or method "onPageAfterIn" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties. ``` Introduced by #867. Signed-off-by: Boris Krivonog <boris.krivonog@inova.si>
- Loading branch information