feat: rename volumes & repositories

This commit is contained in:
Nicolas Meienberger
2025-11-28 20:47:27 +01:00
parent 7d9d3d5d3d
commit 0dfe000148
5 changed files with 166 additions and 57 deletions

View File

@@ -114,8 +114,6 @@ export const CreateNotificationForm = ({ onSubmit, mode = "create", initialValue
onChange={(e) => field.onChange(slugify(e.target.value))}
max={32}
min={2}
disabled={mode === "update"}
className={mode === "update" ? "bg-gray-50" : ""}
/>
</FormControl>
<FormDescription>Unique identifier for this notification destination.</FormDescription>