mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
Merge pull request #12871 from nocodb/nc-chore/enable-templates
Nc chore: enable templates
This commit is contained in:
@@ -152,11 +152,10 @@ const FEATURES = [
|
||||
id: 'templates',
|
||||
title: 'Templates',
|
||||
description: 'Enable templates feature to browse and use templates.',
|
||||
enabled: false,
|
||||
version: 1,
|
||||
isEngineering: true,
|
||||
enabled: true,
|
||||
version: 2,
|
||||
isEngineering: false,
|
||||
isEE: true,
|
||||
isOnPrem: false,
|
||||
},
|
||||
{
|
||||
id: 'gauge_widget',
|
||||
|
||||
Reference in New Issue
Block a user