1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

code reivew - unused code

This commit is contained in:
Michael Shanks 2020-10-12 16:28:37 +01:00
parent 8956c7d9c9
commit 1e14da7108

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")
)