1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

fix(app): sync showSystem between stacks and apps tables [EE-6216] (#10532)

This commit is contained in:
Ali 2023-10-30 19:41:41 +00:00 committed by GitHub
parent 7d868d1dc9
commit 1140804fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 53 additions and 18 deletions

View file

@ -95,7 +95,7 @@ export function createPersistedStore<T extends BasicTableSettings>(
...create(set),
}) as T,
{
name: `datatable_settings_${keyBuilder(storageKey)}`,
name: keyBuilder(`datatable_settings_${storageKey}`),
}
)
);