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