mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 01:41:31 +00:00
Allow users to turn off analytical ttl in settings tab
This commit is contained in:
@@ -213,7 +213,7 @@ export class SubSettingsComponent extends React.Component<SubSettingsComponentPr
|
|||||||
);
|
);
|
||||||
|
|
||||||
private analyticalTtlChoiceGroupOptions: IChoiceGroupOption[] = [
|
private analyticalTtlChoiceGroupOptions: IChoiceGroupOption[] = [
|
||||||
{ key: TtlType.Off, text: "Off", disabled: true },
|
{ key: TtlType.Off, text: "Off" },
|
||||||
{ key: TtlType.OnNoDefault, text: "On (no default)" },
|
{ key: TtlType.OnNoDefault, text: "On (no default)" },
|
||||||
{ key: TtlType.On, text: "On" },
|
{ key: TtlType.On, text: "On" },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user