mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
lint fixes
This commit is contained in:
parent
176c355720
commit
2e3b2bb0d5
@ -23,7 +23,7 @@ export default function Config() {
|
||||
}
|
||||
|
||||
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' },
|
||||
})
|
||||
.then((response) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user