Skip to content

Commit

Permalink
CORE: disabled tabs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Sep 11, 2024
1 parent 54cab8a commit 1fa2369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/application/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ const Application = observer(
<ActivitySelect.Option
key={path}
disabled={
!globalStore.dataProvider?.issues
?.harvestingStatus?.lastHarvestingDate &&
globalStore.dataProvider?.issues?.harvestingStatus
?.lastHarvestingDate === null &&
disabledTabs.includes(path)
}
value={path}
Expand Down

0 comments on commit 1fa2369

Please sign in to comment.