(nextOrder: ServiceType[])
| 490 | }); |
| 491 | |
| 492 | const commitOrder = (nextOrder: ServiceType[]) => { |
| 493 | setOrder(nextOrder); |
| 494 | store.fallbackOrder = nextOrder.join(","); |
| 495 | update(); |
| 496 | }; |
| 497 | |
| 498 | return ( |
| 499 | <SettingsSection id="fallback-order" name="Fallback Order" description="Drag hosts to reorder fallback attempts. The selected host is tried first, then this order is used."> |
no outgoing calls
no test coverage detected