MCPcopy Create free account
hub / github.com/FeatureProbe/FeatureProbe / statusOptions

Function statusOptions

ui/src/pages/toggle/options.tsx:23–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21};
22
23export const statusOptions = () => {
24 return [
25 {
26 key: 'enabled',
27 value: false,
28 text: <FormattedMessage id='common.enabled.text' />
29 },
30 {
31 key: 'disabled',
32 value: true,
33 text: <FormattedMessage id='common.disabled.text' />
34 },
35 ];
36};
37
38export const permanentOptions = () => {
39 return [

Callers 1

ToggleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected