Skip to content

Commit

Permalink
add default
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Nov 25, 2024
1 parent 46c1546 commit b1d3d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/components/importer/ImporterDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default function ImporterDrawer({
case importSessionStatus.COMPLETE:
return 4;
default:
return 0;
}
}, [session.status]);

Expand Down

0 comments on commit b1d3d9b

Please sign in to comment.