mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-12 05:27:56 +00:00
fix svelte-check issues
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
59b8cdb5a1
commit
9b7d6aef9d
@ -21,8 +21,6 @@
|
||||
<Label label={plugin.string.CameraSize} />
|
||||
<DropdownLabelsIntl
|
||||
items={sizes}
|
||||
placeholder={plugin.string.CameraSize}
|
||||
enableSearch={false}
|
||||
justify={'left'}
|
||||
width={'100%'}
|
||||
selected={$recordingCameraSize}
|
||||
@ -34,8 +32,6 @@
|
||||
<Label label={plugin.string.CameraPos} />
|
||||
<DropdownLabelsIntl
|
||||
items={poses}
|
||||
placeholder={plugin.string.CameraPos}
|
||||
enableSearch={false}
|
||||
justify={'left'}
|
||||
width={'100%'}
|
||||
selected={$recordingCameraPosition}
|
||||
|
Loading…
Reference in New Issue
Block a user