fix: align table defaults and preserve sidebar svg colors
This commit is contained in:
@@ -333,7 +333,7 @@ export const useAppStore = defineStore('app', () => {
|
||||
purchase_subscription_enabled: false,
|
||||
purchase_subscription_url: '',
|
||||
table_default_page_size: 20,
|
||||
table_page_size_options: [10, 20, 50],
|
||||
table_page_size_options: [10, 20, 50, 100],
|
||||
custom_menu_items: [],
|
||||
custom_endpoints: [],
|
||||
linuxdo_oauth_enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user