1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-13 04:41:43 +00:00

Resolve "Survey form style"

This commit is contained in:
Bram Wiepjes 2022-09-02 12:24:17 +00:00
parent 4a9acb9e1a
commit a4013b0331
51 changed files with 1876 additions and 360 deletions
web-frontend/modules/database

View file

@ -181,6 +181,7 @@ import {
VarianceViewAggregationType,
MedianViewAggregationType,
} from '@baserow/modules/database/viewAggregationTypes'
import { FormViewFormModeType } from '@baserow/modules/database/formViewModeTypes'
import { DatabasePlugin } from '@baserow/modules/database/plugins'
import en from '@baserow/modules/database/locales/en.json'
@ -495,5 +496,7 @@ export default (context) => {
new UniqueCountViewAggregationType(context)
)
app.$registry.register('formViewMode', new FormViewFormModeType(context))
registerRealtimeEvents(app.$realtime)
}