sort by fix

This commit is contained in:
SPRINX0\prochazka
2025-11-24 09:02:46 +01:00
parent c3baedd93c
commit 7e84d495f5

View File

@@ -201,7 +201,7 @@
closeOnSwitchClick: true,
});
res.push({
label: _t('sqlObject.sizeBytes', { defaultMessage: 'Size bytes' }),
label: _t('sqlObject.sizeBytes', { defaultMessage: 'Size (bytes)' }),
switchOption: 'sortBy',
switchOptionValue: 'sizeBytes',
closeOnSwitchClick: true,