Skip to content

Commit

Permalink
forgot to update MiniWidgetType Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjohnson97 committed Nov 19, 2023
1 parent be3f5dc commit 5a2c11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/miniWidgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* The enum value is equal to the component's filename, without the '.vue' extension
*/
export enum MiniWidgetType {
AltitudeIndicator = 'AltitudeIndicator',
ArmerButton = 'ArmerButton',
BaseCommIndicator = 'BaseCommIndicator',
BatteryIndicator = 'BatteryIndicator',
DepthIndicator = 'DepthIndicator',
RelativeAltitudeIndicator = 'RelativeAltitudeIndicator',
VeryGenericIndicator = 'VeryGenericIndicator',
JoystickCommIndicator = 'JoystickCommIndicator',
MiniVideoRecorder = 'MiniVideoRecorder',
Expand Down

0 comments on commit 5a2c11a

Please sign in to comment.