Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:heartexlabs/dm2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosgarbi committed Feb 23, 2024
2 parents 32f2295 + d93fbbf commit 6557da1
Show file tree
Hide file tree
Showing 18 changed files with 66 additions and 751 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
- uses: thehanimo/[email protected].1
- uses: thehanimo/[email protected].2
name: "Validate PR's title"
with:
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
"webpack-dev-server": "^4.13.3"
},
"resolutions": {
"postcss": "8.4.31"
"postcss": "8.4.31",
"follow-redirects": "1.15.4"
},
"nohoist": [
"**/babel-preset-react-app/@babel/runtime"
Expand Down
5 changes: 1 addition & 4 deletions src/components/Label/Toolbar/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ export const Toolbar = observer(({ view, history, lsf, isLabelStream, hasInstruc

const task = view.dataStore.selected;

const { viewingAllAnnotations, viewingAllPredictions } =
lsf?.annotationStore ?? {};

const viewAll = viewingAllAnnotations || viewingAllPredictions;
const { viewingAll: viewAll } = lsf?.annotationStore ?? {};

return lsf?.noTask === false && task ? (
<Block name="label-toolbar" mod={{ labelStream: isLabelStream }}>
Expand Down
Loading

0 comments on commit 6557da1

Please sign in to comment.