From b3bfbefa5a30e666bc68a65f411f396e243396ab Mon Sep 17 00:00:00 2001 From: adro Date: Tue, 31 Oct 2023 22:40:15 +0100 Subject: [PATCH] Fix invalid value warnings for textboxes --- client/src/components/inputs/TextBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/inputs/TextBox.vue b/client/src/components/inputs/TextBox.vue index 1d3e968..1f32bc0 100644 --- a/client/src/components/inputs/TextBox.vue +++ b/client/src/components/inputs/TextBox.vue @@ -1,7 +1,7 @@