Skip to content

Commit

Permalink
FIO-4997: extended check for execution on the server side for tabs co…
Browse files Browse the repository at this point in the history
…mponent (formio#4687)
  • Loading branch information
Maria-Golomb authored May 4, 2022
1 parent 0736046 commit 20ec9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default class TabsComponent extends NestedComponent {
}

clearErrorClasses(elements) {
if (this.options.server) {
if (this.options.server || !this.rendered) {
return;
}

Expand Down

0 comments on commit 20ec9ee

Please sign in to comment.