This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change the show order in detailed schedule
master
vluk@2fi-solutions.com.hk
3 days ago
parent
72737c0cb3
commit
308b90f343
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/DetailedSchedule/DetailedScheduleSearchView.tsx
+ 1
- 1
src/components/DetailedSchedule/DetailedScheduleSearchView.tsx
View File
@@ -207,7 +207,7 @@ const DSOverview: React.FC<Props> = ({ type, defaultInputs }) => {
setFilteredSchedules((fs) =>
setFilteredSchedules((fs) =>
orderBy(
orderBy(
uniqBy([...fs, ...response.records], "id"),
uniqBy([...fs, ...response.records], "id"),
["id"], ["
de
sc"]));
["id"], ["
a
sc"]));
break;
break;
}
}
}
}
Write
Preview
Loading…
Cancel
Save