mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 16:52:12 +08:00
Plugins Remove failWrongDSUID feature toggle (#107308)
* remove failWrongDSUID FT * undo go.mod changes
This commit is contained in:
@ -610,11 +610,6 @@ export interface FeatureToggles {
|
||||
*/
|
||||
ssoSettingsLDAP?: boolean;
|
||||
/**
|
||||
* Throws an error if a data source has an invalid UIDs
|
||||
* @default true
|
||||
*/
|
||||
failWrongDSUID?: boolean;
|
||||
/**
|
||||
* Use openFGA as authorization engine.
|
||||
*/
|
||||
zanzana?: boolean;
|
||||
|
Reference in New Issue
Block a user