mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 22:05:56 +08:00
fix: minor pref fix
This commit is contained in:
parent
8948d5c40e
commit
1c57120edf
@ -297,7 +297,7 @@ const useOptionsMenu = ({
|
|||||||
|
|
||||||
updateFormatting({
|
updateFormatting({
|
||||||
maxLines: preferences?.formatting?.maxLines || defaultOptionsQuery.maxLines,
|
maxLines: preferences?.formatting?.maxLines || defaultOptionsQuery.maxLines,
|
||||||
format: value === 'list' ? 'table' : value,
|
format: value,
|
||||||
fontSize: preferences?.formatting?.fontSize || defaultOptionsQuery.fontSize,
|
fontSize: preferences?.formatting?.fontSize || defaultOptionsQuery.fontSize,
|
||||||
});
|
});
|
||||||
handleRedirectWithOptionsData(optionsData);
|
handleRedirectWithOptionsData(optionsData);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user