@@ -31,7 +31,6 @@ export default function ActionEditor(props) {
{ActionSystem.constructor.Actions.map((itemAction, index) => {
return <Picker.Item label={itemAction.name} value={itemAction.id} key={index} />
})}
- <Picker.Item label="java" value="java" />
</Picker>
</View>