Merge branch 'samandar' into 'dev'
sounds See merge request azizziy/cpost!44
This commit is contained in:
BIN
public/sounds/not_found.wav
Normal file
BIN
public/sounds/not_found.wav
Normal file
Binary file not shown.
BIN
public/sounds/success-sound.wav
Normal file
BIN
public/sounds/success-sound.wav
Normal file
Binary file not shown.
@@ -777,10 +777,14 @@ const DashboardBoxesPage = (props: Props) => {
|
|||||||
>
|
>
|
||||||
{t('confirmation')}
|
{t('confirmation')}
|
||||||
</Button>
|
</Button>
|
||||||
|
<audio src='/sounds/success-sound.wav' autoPlay style={{ display: 'none' }}></audio>
|
||||||
</Box>
|
</Box>
|
||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<Typography sx={{ mt: 2 }}>{t('no_products_found') || 'Mahsulot topilmadi'}</Typography>
|
<>
|
||||||
|
<Typography sx={{ mt: 2 }}>{t('not_found') || 'Mahsulot topilmadi'}</Typography>
|
||||||
|
<audio src='/sounds/not_found.wav' autoPlay style={{ display: 'none' }}></audio>
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user