code reivew - unused code
This commit is contained in:
parent
376b8b40d7
commit
26b2fda616
|
@ -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")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue