code reivew - unused code

This commit is contained in:
Michael Shanks 2020-10-12 16:28:37 +01:00
parent 376b8b40d7
commit 26b2fda616
1 changed files with 0 additions and 5 deletions

View File

@ -33,11 +33,6 @@
models: $backendUiStore.models,
})
const idBindingForModel = modelId => {
for (let bindableProp of bindableProperties) {
}
}
const detailScreens = $store.screens.filter(screen =>
screen.props._component.endsWith("/rowdetail")
)