Update toast after saving Groups

This commit is contained in:
Chewbacca
2023-04-05 10:11:11 -04:00
parent 5612cb6fdf
commit dd94dbad8e
4 changed files with 6 additions and 3 deletions

View File

@ -37,7 +37,7 @@ export const InstanceRecord = ImmutableRecord({
}),
groups: ImmutableMap<string, number>({
max_characters_name: 50,
max_characters_description: 100,
max_characters_description: 160,
}),
}),
description: '',