mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 06:39:03 +08:00
fix: resolve k8s pods list local storage issue (#6775)
This commit is contained in:
parent
3787c5ca24
commit
5839b65f7a
@ -105,7 +105,7 @@ function K8sPodsList({
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
const addedColumns = JSON.parse(get('k8sPodsAddedColumns') ?? '');
|
||||
const addedColumns = JSON.parse(get('k8sPodsAddedColumns') ?? '[]');
|
||||
|
||||
if (addedColumns && addedColumns.length > 0) {
|
||||
const availableColumns = defaultAvailableColumns.filter(
|
||||
|
Loading…
x
Reference in New Issue
Block a user