From 2e3b2bb0d53bd801c6e6bf9fe0c7e7e326d1faa6 Mon Sep 17 00:00:00 2001 From: yeahme49 Date: Sun, 15 Jan 2023 11:04:00 -0600 Subject: [PATCH] lint fixes --- web/src/routes/Config.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Config.jsx b/web/src/routes/Config.jsx index e80d8faf4..e043bbf28 100644 --- a/web/src/routes/Config.jsx +++ b/web/src/routes/Config.jsx @@ -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) => {