diff options
author | Anton Tananaev <anton@traccar.org> | 2022-10-24 21:30:06 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-10-24 21:30:06 -0700 |
commit | 8956f2a0ad4b1a9cc126013c316da4706eaae0b8 (patch) | |
tree | 2170e070ac91d1b4586b7114385b9b18c9e08eac /modern | |
parent | 744144fc8883a035c5a0b63b53535c2361656b3e (diff) | |
download | trackermap-web-8956f2a0ad4b1a9cc126013c316da4706eaae0b8.tar.gz trackermap-web-8956f2a0ad4b1a9cc126013c316da4706eaae0b8.tar.bz2 trackermap-web-8956f2a0ad4b1a9cc126013c316da4706eaae0b8.zip |
Fix new device
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/settings/DevicesPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/DevicesPage.js b/modern/src/settings/DevicesPage.js index f3ee218f..07109aee 100644 --- a/modern/src/settings/DevicesPage.js +++ b/modern/src/settings/DevicesPage.js @@ -71,7 +71,7 @@ const DevicesPage = () => { )) : (<TableShimmer columns={6} endAction />)} </TableBody> </Table> - <CollectionFab editPath="/settings/driver" /> + <CollectionFab editPath="/settings/device" /> </PageLayout> ); }; |