diff --git a/presentation/src/main/java/com/anytypeio/anytype/presentation/extension/AnalyticsExt.kt b/presentation/src/main/java/com/anytypeio/anytype/presentation/extension/AnalyticsExt.kt index a5192d720e..e3d72c0042 100644 --- a/presentation/src/main/java/com/anytypeio/anytype/presentation/extension/AnalyticsExt.kt +++ b/presentation/src/main/java/com/anytypeio/anytype/presentation/extension/AnalyticsExt.kt @@ -82,7 +82,7 @@ fun Block.Prototype.getAnalyticsEvent( Props(mapOf(EventsPropertiesKey.type to "table_of_contents")) } Block.Prototype.SimpleTable -> { - Props(mapOf(EventsPropertiesKey.type to "simple_table")) + Props(mapOf(EventsPropertiesKey.type to "table")) } }