Fix settings query store and analytics

This commit is contained in:
Gregory Schier
2024-03-19 10:23:21 -07:00
parent 88ae30101a
commit bb561d7b98
4 changed files with 6 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ pub enum AnalyticsResource {
KeyValue,
Sidebar,
Workspace,
Setting,
}
impl AnalyticsResource {