diff options
author | Anton Tananaev <anton@traccar.org> | 2022-04-20 18:11:16 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-04-20 18:11:16 -0700 |
commit | f2bd440c7fdf8857a5704f214d96aba3345a14e7 (patch) | |
tree | 1b741f3d66fa7403ca81631b782617897045c841 /modern/src/settings/ComputedAttributePage.js | |
parent | 60f74cdaa7f737eb4749e44333a7c7166dd6db6b (diff) | |
download | trackermap-web-f2bd440c7fdf8857a5704f214d96aba3345a14e7.tar.gz trackermap-web-f2bd440c7fdf8857a5704f214d96aba3345a14e7.tar.bz2 trackermap-web-f2bd440c7fdf8857a5704f214d96aba3345a14e7.zip |
Add saved commands
Diffstat (limited to 'modern/src/settings/ComputedAttributePage.js')
-rw-r--r-- | modern/src/settings/ComputedAttributePage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/ComputedAttributePage.js b/modern/src/settings/ComputedAttributePage.js index e8efd096..99bbfadb 100644 --- a/modern/src/settings/ComputedAttributePage.js +++ b/modern/src/settings/ComputedAttributePage.js @@ -40,7 +40,7 @@ const ComputedAttributePage = () => { }; return ( - <EditItemView endpoint="/attributes/computed" item={item} setItem={setItem}> + <EditItemView endpoint="attributes/computed" item={item} setItem={setItem}> {item && ( <Accordion defaultExpanded> |