fixed superuser OTP id input reactivity, enabled truncate dropdown option for system collections, updated jsvm types
This commit is contained in:
@@ -340,8 +340,6 @@ func (app *BaseApp) initHooks() {
|
||||
// NB! Note that using the returned app instance may cause data integrity errors
|
||||
// since the Record validations and data normalizations (including files uploads)
|
||||
// rely on the app hooks to work.
|
||||
//
|
||||
// @todo consider caching the created instance?
|
||||
func (app *BaseApp) UnsafeWithoutHooks() App {
|
||||
clone := *app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user