diff --git a/tdrive/frontend/src/app/components/parameters/attribute.tsx b/tdrive/frontend/src/app/components/parameters/attribute.tsx index ea8db87c..8bb29dff 100755 --- a/tdrive/frontend/src/app/components/parameters/attribute.tsx +++ b/tdrive/frontend/src/app/components/parameters/attribute.tsx @@ -3,7 +3,7 @@ import './parameters.scss'; export default (props: { label: string; description: string; children: ReactNode }) => { return ( -