1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

refactor(settings): migrate ssl panel to react [EE-5506] (#9163)

This commit is contained in:
Chaim Lev-Ari 2023-07-10 15:03:58 +04:00 committed by GitHub
parent c752b98120
commit 60ae6a63fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 204 additions and 211 deletions

View file

@ -30,7 +30,7 @@ export function FileUploadField({
const fileRef = createRef<HTMLInputElement>();
return (
<div className="file-upload-field vertical-center">
<div className="file-upload-field flex gap-2">
<input
id={inputId}
ref={fileRef}