3
0

Remove social feed block from compose block selector

This commit is contained in:
Jože Fortun
2024-01-04 14:20:49 +01:00
parent 9629b836b4
commit e9bf3d0b74

View File

@@ -181,11 +181,6 @@ export default {
block: new compose.PageBlockReport(),
image: images.Report,
},
{
label: this.$t('socialFeed.label'),
block: new compose.PageBlockSocialFeed(),
image: images.SocialFeed,
},
{
label: this.$t('progress.label'),
block: new compose.PageBlockProgress(),