Skip to content

Commit eec973a

Browse files
fix: fix useless field
1 parent 8a8681e commit eec973a

File tree

1 file changed

+0
-1
lines changed
  • src/spaceone/inventory/connector/aws_cloud_watch_connector/schema

1 file changed

+0
-1
lines changed

src/spaceone/inventory/connector/aws_cloud_watch_connector/schema/service_type.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
EnumDyField.data_source("Actions", "data.actions_enabled", default_badge={
3030
'gray.500': ['No actions'], 'green.500': ['Actions enabled']
3131
}),
32-
ListDyField.data_source("Actions", "data.actions_enabled"),
3332
],
3433
search=[
3534
SearchField.set(name="Alarm ARN", key="data.alarm_arn"),

0 commit comments

Comments
 (0)