From 10b06e1f967b312133802142375666f45ddbab74 Mon Sep 17 00:00:00 2001 From: Johannes Eder Date: Thu, 27 May 2021 13:31:03 +0000 Subject: [PATCH] corrected log message from alert to enter is tab --- frontend/src/utils/form/enter-is-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/form/enter-is-tab.js b/frontend/src/utils/form/enter-is-tab.js index 35d9481b1..1c3ab389f 100644 --- a/frontend/src/utils/form/enter-is-tab.js +++ b/frontend/src/utils/form/enter-is-tab.js @@ -39,6 +39,6 @@ export class EnterIsTab { } destroy() { - console.log('TBD: Destroy Alert'); + console.log('TBD: Destroy EnterIsTab'); } } \ No newline at end of file