1
0
Fork 0
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:
Konstantin Ivanov 2022-07-27 14:29:08 +02:00 committed by GitHub
parent 38df3ea93b
commit cb85ff786d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"))
}
}