Skip to content

Commit

Permalink
feat: add custom message for self-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Sep 23, 2024
1 parent 138daa4 commit 62441c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/FormSpaceAdvanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const formErrors = computed(() => {
);
if (parent.value === props.spaceId) {
errors.parent = 'Space cannot be a sub-space of itself';
errors.parent = 'Space cannot be a parent of itself';
}
if (child.value === props.spaceId) {
Expand Down

0 comments on commit 62441c3

Please sign in to comment.