mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: disable animation in dashboard views tabs.
This commit is contained in:
@@ -62,6 +62,7 @@ export default function DashboardViewsTabs({
|
||||
selectedTabId={currentView}
|
||||
className="tabs--dashboard-views"
|
||||
onChange={handleTabsChange}
|
||||
animate={false}
|
||||
>
|
||||
{allTab && <Tab id={0} title={defaultTabText} />}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user