Merge branch 'add-toast' into 'develop'

Update toast after saving Groups

See merge request soapbox-pub/soapbox!2421
This commit is contained in:
Chewbacca
2023-04-12 20:42:37 +00:00
4 changed files with 6 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ describe('normalizeInstance()', () => {
},
groups: {
max_characters_name: 50,
max_characters_description: 100,
max_characters_description: 160,
},
},
description: '',

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: '',