Skip to content

Commit

Permalink
Merge pull request #141 from hmpf/polish-remove-slack-mentions
Browse files Browse the repository at this point in the history
Polish: Remove mentions of Slack
  • Loading branch information
jorgenbele authored Sep 27, 2020
2 parents ab9d742 + 830dafe commit 18387a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const EmptyFilterDefinition = {
sourceIds: [],
};

export type MediaAlternative = "EM" | "SM" | "SL";
export type MediaAlternative = "EM" | "SM";

export type PhoneNumberPK = number;

Expand Down
1 change: 0 additions & 1 deletion src/components/profilelist/ProfileList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ const ProfileList: React.FC = () => {
}, [filtersIsError, combinedIsError, displayAlertSnackbar]);

const mediaOptions: { label: string; value: MediaAlternative }[] = [
{ label: "Slack", value: "SL" },
{ label: "SMS", value: "SM" },
{ label: "Email", value: "EM" },
];
Expand Down

0 comments on commit 18387a7

Please sign in to comment.