You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you click on the filter tabs such as color tab, It remains open. Should close it when clicked again on the same tab.
Solutions:
On click of the filter tab, check if it's the same tab. If it's the same tab setActiveFilterTab("") else set it to the selected tab.
The text was updated successfully, but these errors were encountered:
Once you click on the filter tabs such as color tab, It remains open. Should close it when clicked again on the same tab.
Solutions:
On click of the filter tab, check if it's the same tab. If it's the same tab setActiveFilterTab("") else set it to the selected tab.
The text was updated successfully, but these errors were encountered: