Default to localStorage for bootstap table cookies

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-01-22 21:48:03 +00:00
parent 802fcbafa0
commit 36f460d32b

View file

@ -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'),
/*