Merge branch 'add-toast' into 'develop'
Update toast after saving Groups See merge request soapbox-pub/soapbox!2421
This commit is contained in:
@@ -25,7 +25,7 @@ describe('normalizeInstance()', () => {
|
||||
},
|
||||
groups: {
|
||||
max_characters_name: 50,
|
||||
max_characters_description: 100,
|
||||
max_characters_description: 160,
|
||||
},
|
||||
},
|
||||
description: '',
|
||||
|
||||
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user