Skip to content

Commit

Permalink
Sn 775 change wrong text "Waiting QC" (#25) (#26)
Browse files Browse the repository at this point in the history
* Load Image Page: UI, allow filter image_status

* move offset equal row with limit input

* change wrong text 'Waiting QC'
  • Loading branch information
cuongho2 authored Oct 13, 2022
1 parent 5f58177 commit 18b744a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/MainView/ImagesFetcher/ImagesFetcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,14 @@ const IMAGE_STATUS = [
value: 'S'
},
{
label: 'Wasiting QC',
label: 'Waiting QC',
value: 'W'
},
{
label: 'Rejected',
value: 'R'
}
]

const ImagesFetcher: React.FC<IProps> = (props: PropsWithChildren<IProps>) => {
const [acceptedImages, setAcceptedImages] = useState<APIImageData[]>([]);
const [offset, setOffset] = useState(0);
Expand Down

0 comments on commit 18b744a

Please sign in to comment.