import React from 'react';
import { Banner, BannerVariant } from '@mongodb-js/compass-components';
export const settingStateLabels = {
'set-cli': (
This setting cannot be modified as it has been set at Compass startup.
),
'set-global': (
This setting cannot be modified as it has been set in the global Compass
configuration file.
),
hardcoded: (
This setting cannot be modified as it is disabled for this Compass
edition.
),
derived: (
This setting cannot be modified as its value is implied by another option.
),
'': null,
};