summaryrefslogtreecommitdiffstats
path: root/client/js/app/src/app/pages/querybuilder/Components/Contexts/QueryInputContext.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/app/src/app/pages/querybuilder/Components/Contexts/QueryInputContext.jsx')
-rw-r--r--client/js/app/src/app/pages/querybuilder/Components/Contexts/QueryInputContext.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/app/src/app/pages/querybuilder/Components/Contexts/QueryInputContext.jsx b/client/js/app/src/app/pages/querybuilder/Components/Contexts/QueryInputContext.jsx
index 378b9c96d4f..b316c30027a 100644
--- a/client/js/app/src/app/pages/querybuilder/Components/Contexts/QueryInputContext.jsx
+++ b/client/js/app/src/app/pages/querybuilder/Components/Contexts/QueryInputContext.jsx
@@ -14,7 +14,7 @@ export const QueryInputProvider = (prop) => {
},
]);
- // id is the id if the newest QueryInput, gets updated each time a new one is added
+ // This is the id of the newest QueryInput, gets updated each time a new one is added
const [id, setId] = useState(1);
// These are the methods that can be chosen in a QueryInput