mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-177 | Analytics | Create block as simple table event fix (#2442)
Co-authored-by: konstantiniiv <ki@anytype.io>
This commit is contained in:
parent
38df3ea93b
commit
cb85ff786d
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue