Skip to content

Commit

Permalink
feedback remove nl search category (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRBajaj authored Jun 10, 2024
1 parent f82b94e commit 23081f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/atomicui/molecules/FeedbackModal/FeedbackModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import "./styles.scss";
const feedbackCategories = [
{ id: "General", label: "General" },
{ id: "Places", label: "Places" },
{ id: "NaturalLanguageSearch", label: "Natural Language Search" },
{ id: "Maps", label: "Maps" },
{ id: "Routes", label: "Routes" },
{ id: "TrackingGeofencing", label: "Tracking & Geofencing" }
Expand Down

0 comments on commit 23081f7

Please sign in to comment.