Skip to content

Commit

Permalink
Merge branch 'main' into cm/cr-widget-is-free-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Apr 11, 2024
2 parents 111c9fe + 1421fd7 commit 6ee3129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/v2/departures/section.ex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule ScreensConfig.V2.Departures.Section do
bidirectional: false

use ScreensConfig.Struct,
children: [query: Query, header: Header, filters: Filters, headway: Headway]
children: [query: Query, header: Header, filters: Filters, headway: Headway, layout: Layout]

defp value_from_json(_, value), do: value

Expand Down

0 comments on commit 6ee3129

Please sign in to comment.