Skip to content

Commit

Permalink
Merge branch 'main' into fixLog
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco authored Dec 3, 2024
2 parents b7373cc + e3107d3 commit bf170f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modals/SettingsModal/SettingsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import ThemeSwitchToggle from "./ThemeSwitchToggle";
const CONFIG_FORM_FIELDS = [
{
helperText: (
<p>
<span>
[JSON] Format string for formatting a JSON log event as plain text. See the
{" "}
<Link
Expand All @@ -48,7 +48,7 @@ const CONFIG_FORM_FIELDS = [
</Link>
{" "}
or leave this blank to display the entire log event.
</p>
</span>
),
initialValue: getConfig(CONFIG_KEY.DECODER_OPTIONS).formatString,
label: "Decoder: Format string",
Expand Down

0 comments on commit bf170f0

Please sign in to comment.