mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
Add add app event
This commit is contained in:
@@ -110,6 +110,7 @@ export const EditAppModal = ({
|
|||||||
|
|
||||||
// also close the parent modal
|
// also close the parent modal
|
||||||
context.closeAll();
|
context.closeAll();
|
||||||
|
umami.track('Add app', { name: values.name });
|
||||||
};
|
};
|
||||||
|
|
||||||
const [activeTab, setActiveTab] = useState<EditAppModalTab>('general');
|
const [activeTab, setActiveTab] = useState<EditAppModalTab>('general');
|
||||||
|
|||||||
Reference in New Issue
Block a user