Commit e6dae68
authored
Fix wifi-dialog (#1921)
As [discovered
here](tiny-pilot/tinypilot-pro#1618 (comment)),
we've broken the wifi-dialog via
#1902.
The issue is that we've previously changed the output of the
`/api/network/status` endpoint to return a list of network interfaces,
but we forgot to update the endpoint's usage in wifi-dialog.
This PR fixes the usage of the `/api/network/status` endpoint in
wifi-dialog.
<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1921"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>1 parent 627835a commit e6dae68
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
296 | 299 | | |
297 | 300 | | |
298 | 301 | | |
| |||
0 commit comments