Skip to content

Commit

Permalink
Merge pull request #833 from manifoldco/drosati/rdu-optional
Browse files Browse the repository at this point in the history
make redirectUrl type optional
  • Loading branch information
domenicrosati authored Jan 13, 2020
2 parents 9f91086 + ea62bd5 commit 1a4e23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface SuccessMessage {
message: string;
resourceLabel?: string;
resourceId?: string;
redirectUrl: string;
redirectUrl?: string;
}

interface ErrorMessage {
Expand Down

1 comment on commit 1a4e23d

@vercel
Copy link

@vercel vercel bot commented on 1a4e23d Jan 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.