diff --git a/app/client/components/create-volume-form.tsx b/app/client/components/create-volume-form.tsx
index 33040c4..4f2c588 100644
--- a/app/client/components/create-volume-form.tsx
+++ b/app/client/components/create-volume-form.tsx
@@ -536,42 +536,44 @@ export const CreateVolumeForm = ({ onSubmit, mode = "create", initialValues, for
>
)}
-
-
-
-
- {testMessage && (
-
- {testMessage.message}
+ {watchedBackend !== "directory" && (
+
+
+
- )}
-
+ {testMessage && (
+
+ {testMessage.message}
+
+ )}
+
+ )}
{mode === "update" && (