mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-17 19:27:35 +08:00
fixbug
This commit is contained in:
@@ -52,7 +52,7 @@ function setDashboardConfig() {
|
||||
const data = JSON.stringify(config.value)
|
||||
api.post('/user/config/Dashboard', data, {
|
||||
headers: {
|
||||
"Content-Type": "text/plain"
|
||||
"Content-Type": "application/json"
|
||||
}
|
||||
}).then((response: any) => {
|
||||
if (response && response.success) {
|
||||
|
||||
Reference in New Issue
Block a user