mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 02:05:21 +03:00
lint fixes
This commit is contained in:
parent
176c355720
commit
2e3b2bb0d5
@ -23,7 +23,7 @@ export default function Config() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
axios
|
axios
|
||||||
.post('config/save?save_option='+save_option, window.editor.getValue(), {
|
.post(`config/save?save_option=${save_option}`, window.editor.getValue(), {
|
||||||
headers: { 'Content-Type': 'text/plain' },
|
headers: { 'Content-Type': 'text/plain' },
|
||||||
})
|
})
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user