From a2c5cd4a03cfe792a5f7341b33115002c448d3e4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 Mar 2022 17:41:39 +0100 Subject: Add reset button for file inputs in studio page --- client/src/app/shared/shared-forms/reactive-file.component.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-forms/reactive-file.component.html') diff --git a/client/src/app/shared/shared-forms/reactive-file.component.html b/client/src/app/shared/shared-forms/reactive-file.component.html index f6bf5f9ae..d18a99d46 100644 --- a/client/src/app/shared/shared-forms/reactive-file.component.html +++ b/client/src/app/shared/shared-forms/reactive-file.component.html @@ -1,5 +1,5 @@
-
+
{{ inputLabel }} @@ -12,4 +12,8 @@
{{ filename }}
+ +
-- cgit v1.2.3