Skip to content

Commit

Permalink
CORE: disabled tabs issue (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Sep 11, 2024
1 parent 54cab8a commit 1f687ab
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 1f687ab

Please sign in to comment.