Commit ·
e415915
1
Parent(s): 5a90f65
fix: Declare timezone attr on result_heading
Browse files
lib/medicode_web/components/components.ex
CHANGED
|
@@ -73,6 +73,7 @@ defmodule MedicodeWeb.Components do
|
|
| 73 |
attr(:transcription, Medicode.Transcriptions.Transcription, required: true)
|
| 74 |
attr(:summary_keywords, :list, default: [])
|
| 75 |
attr(:finalized_codes, :list, default: [])
|
|
|
|
| 76 |
|
| 77 |
@doc """
|
| 78 |
Shows the status and keywords for the current session.
|
|
|
|
| 73 |
attr(:transcription, Medicode.Transcriptions.Transcription, required: true)
|
| 74 |
attr(:summary_keywords, :list, default: [])
|
| 75 |
attr(:finalized_codes, :list, default: [])
|
| 76 |
+
attr(:timezone, :string, default: "Etc/UTC")
|
| 77 |
|
| 78 |
@doc """
|
| 79 |
Shows the status and keywords for the current session.
|