Merge branch 'dev' into 'main'

Dev

See merge request azizziy/cpost!45
This commit is contained in:
Azizbek Usmonov
2025-06-30 13:06:59 +05:00
3 changed files with 5 additions and 1 deletions

BIN
public/sounds/not_found.wav Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -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>
</>
)} )}
</> </>
)} )}