fix duplicate tabs issue

This commit is contained in:
dawoodkhan82 2022-03-30 12:55:26 -04:00
parent 1a500bff43
commit d39eb47e1b

View File

@ -130,7 +130,6 @@ class TabItem(BlockContext):
"""
super().__init__(css)
self.label = label
super(TabItem, self).__init__()
def get_template_context(self):
return {"label": self.label, **super().get_template_context()}