Feedback update, add tag to getsections fn definition

This commit is contained in:
Dean 2023-10-20 10:38:34 +01:00
parent b6de1c544b
commit 3e51557281
1 changed files with 1 additions and 1 deletions

View File

@ -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