Skip to content

Commit 759180e

Browse files
committed
Refactor add-on form, show add-on metadata
1 parent 58c3883 commit 759180e

File tree

16 files changed

+563
-278
lines changed

16 files changed

+563
-278
lines changed

src/amo/api/abuse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type ReportAddonParams = {|
2525
api: ApiState,
2626
reporterName: string | null,
2727
reporterEmail: string | null,
28-
message: string,
28+
message: string | null,
2929
reason: string | null,
3030
location: string | null,
3131
addonVersion: string | null,

0 commit comments

Comments
 (0)