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
|
||||
context.closeAll();
|
||||
umami.track('Add app', { name: values.name });
|
||||
};
|
||||
|
||||
const [activeTab, setActiveTab] = useState<EditAppModalTab>('general');
|
||||
|
||||
Reference in New Issue
Block a user