Feedback update, add tag to getsections fn definition
This commit is contained in:
parent
b6de1c544b
commit
3e51557281
|
@ -26,7 +26,7 @@
|
|||
tag
|
||||
)
|
||||
|
||||
const getSections = (instance, definition, isScreen) => {
|
||||
const getSections = (instance, definition, isScreen, tag) => {
|
||||
const settings = definition?.settings ?? []
|
||||
const generalSettings = settings.filter(
|
||||
setting => !setting.section && setting.tag === tag
|
||||
|
|
Loading…
Reference in New Issue