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