diff --git a/apps/dokploy/components/shared/tag-selector.tsx b/apps/dokploy/components/shared/tag-selector.tsx index ae16d00a6..19063d08c 100644 --- a/apps/dokploy/components/shared/tag-selector.tsx +++ b/apps/dokploy/components/shared/tag-selector.tsx @@ -116,6 +116,14 @@ export function TagSelector({ + {tags.length === 0 && ( +
+ + No tags created yet. + + +
+ )} {tags.map((tag) => { const isSelected = selectedTags.includes(tag.id);