mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 20:25:43 +00:00
Default to localStorage for bootstap table cookies
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@ -172,7 +172,7 @@ return [
|
||||
| More info: https://bootstrap-table.com/docs/extensions/cookie/#cookiestorage
|
||||
*/
|
||||
|
||||
'bs_table_storage' => env('BS_TABLE_STORAGE', 'cookieStorage'),
|
||||
'bs_table_storage' => env('BS_TABLE_STORAGE', 'localStorage'),
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user