diff --git a/webapp/components/FilterPosts/FilterPosts.vue b/webapp/components/FilterPosts/FilterPosts.vue
index 56c95a21a..01388ad6c 100644
--- a/webapp/components/FilterPosts/FilterPosts.vue
+++ b/webapp/components/FilterPosts/FilterPosts.vue
@@ -22,8 +22,8 @@ export default {
FilterPostsMenuItems,
},
props: {
- placement: { type: String, default: 'bottom-start' },
- offset: { type: [String, Number], default: '16' },
+ placement: { type: String },
+ offset: { type: [String, Number] },
categories: { type: Array, default: () => [] },
},
data() {
diff --git a/webapp/components/notifications/NotificationMenu/index.vue b/webapp/components/notifications/NotificationMenu/index.vue
index 20a9a7074..a7c0cc4b7 100644
--- a/webapp/components/notifications/NotificationMenu/index.vue
+++ b/webapp/components/notifications/NotificationMenu/index.vue
@@ -2,7 +2,7 @@
-