mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
show textarea if no description but selected cd /workspace/frigate ; /usr/bin/env /usr/bin/python3 /home/vscode/.vscode-server/extensions/ms-python.python-2023.22.1/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher 40321 -- -m frigate
This commit is contained in:
parent
f220e4d3f3
commit
4e6495fedb
@ -849,7 +849,7 @@ function Event({
|
|||||||
{event.label.replaceAll('_', ' ')}
|
{event.label.replaceAll('_', ' ')}
|
||||||
{event.sub_label ? `: ${event.sub_label.replaceAll('_', ' ')}` : null}
|
{event.sub_label ? `: ${event.sub_label.replaceAll('_', ' ')}` : null}
|
||||||
</div>
|
</div>
|
||||||
{event?.data?.description ? (
|
{event?.data?.description || viewEvent === event.id ? (
|
||||||
<div className="flex flex-col pb-2">
|
<div className="flex flex-col pb-2">
|
||||||
{viewEvent === event.id ? (
|
{viewEvent === event.id ? (
|
||||||
<TextArea
|
<TextArea
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user