mirror of
https://github.com/directus/directus.git
synced 2026-01-24 18:18:02 -05:00
Update admin to use no-store (#6421)
Prevents cache issues after updating records
This commit is contained in:
@@ -8,7 +8,7 @@ const api = axios.create({
|
||||
baseURL: getRootPath(),
|
||||
withCredentials: true,
|
||||
headers: {
|
||||
'Cache-Control': 'no-cache',
|
||||
'Cache-Control': 'no-store',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user