diff --git a/web/src/components/CreateStorageServiceDialog.tsx b/web/src/components/CreateStorageServiceDialog.tsx index 504564ff..25cec770 100644 --- a/web/src/components/CreateStorageServiceDialog.tsx +++ b/web/src/components/CreateStorageServiceDialog.tsx @@ -5,6 +5,7 @@ import * as api from "@/helpers/api"; import { generateDialog } from "./Dialog"; import Icon from "./Icon"; import RequiredBadge from "./RequiredBadge"; +import LearnMore from "./LearnMore"; interface Props extends DialogProps { storage?: ObjectStorage; @@ -105,14 +106,7 @@ const CreateStorageServiceDialog: React.FC = (props: Props) => {

{isCreating ? "Create storage" : "Update storage"} - - Learn more - - +

-
-
- - Local path - -

{"It's a relative path to your database file."}

-

{"e.g. assets/{timestamp}_{filename}"}

- setPath(e.target.value)} fullWidth /> -
+
+

+ {"Local storage path is a relative path to your database file."} + +

+

{"e.g. assets/{timestamp}_{filename}"}

+ setPath(e.target.value)} />