Skip to content

Commit

Permalink
fix github install undefined preselection (#2111)
Browse files Browse the repository at this point in the history
and ensure to install latest version on npm install (closes #2109)
  • Loading branch information
foxriver76 authored Sep 17, 2023
1 parent 29b3a8c commit 1b6e589
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 491 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ The icons may not be reused in other projects without the proper flaticon licens

### **WORK IN PROGRESS**
* (foxriver76) harmonized data on csv export with actual data shown by admin
* (foxriver76) on expert mode installation tab, on no selection deactivate install button
* (foxriver76) on npm install, ensure latest version is installed

## Changelog
### 6.10.1 (2023-09-11)
Expand Down
2 changes: 1 addition & 1 deletion src/src/components/Object/ObjectHistoryData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function padding3(ms: number) {
return ms;
}

const styles = (theme: any) => ({
const styles = (theme: Record<string, any>) => ({
paper: {
height: '100%',
maxHeight: '100%',
Expand Down
Loading

0 comments on commit 1b6e589

Please sign in to comment.