fix: remove comment
This commit is contained in:
parent
8723ec27f1
commit
c4dbc164b0
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export default class GridRowForm {
|
|||
if (df?.fieldtype === "Tab Break") {
|
||||
in_tab = df === tab?.df;
|
||||
} else if (typeof field?.on_section_collapse === "function") {
|
||||
field.on_section_collapse(!in_tab); // hide = !in_tab
|
||||
field.on_section_collapse(!in_tab);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue