File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import { strings } from '@/lang/cars'
3434import * as helper from '@/common/helper'
3535import * as CarService from '@/services/CarService'
3636import Pager from '@/components/Pager'
37- import SimpleBackdrop from '@/components/SimpleBackdrop '
37+ import Progress from '@/components/Progress '
3838import SupplierBadge from '@/components/SupplierBadge'
3939
4040import DoorsIcon from '@/assets/img/car-door.png'
@@ -634,6 +634,9 @@ const CarList = ({
634634 </ article >
635635 )
636636 } ) }
637+
638+ { loading && < Progress /> }
639+
637640 < Dialog disableEscapeKeyDown maxWidth = "xs" open = { openInfoDialog } >
638641 < DialogTitle className = "dialog-header" > { commonStrings . INFO } </ DialogTitle >
639642 < DialogContent > { strings . CANNOT_DELETE_CAR } </ DialogContent >
@@ -667,7 +670,6 @@ const CarList = ({
667670 onPrevious = { ( ) => setPage ( page - 1 ) }
668671 />
669672 ) }
670- { loading && < SimpleBackdrop text = { commonStrings . LOADING } /> }
671673 </ >
672674 ) ) || < > </ >
673675 )
You can’t perform that action at this time.
0 commit comments