sounds
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')}
|
||||
</Button>
|
||||
<audio src='/sounds/success-sound.wav' autoPlay style={{ display: 'none' }}></audio>
|
||||
</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