Skip to content

Commit

Permalink
#1010 correcting name of RPC response message
Browse files Browse the repository at this point in the history
  • Loading branch information
naleeha authored and chrisjstevo committed Dec 29, 2023
1 parent 75ca398 commit fe3e5c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ case class CloseDialogViewPortAction(vpId: String) extends ViewPortAction
new Type(value = classOf[NoAction], name = "NO_ACTION"),
new Type(value = classOf[ViewPortEditSuccess], name = "VP_EDIT_SUCCESS"),
new Type(value = classOf[ViewPortEditFailure], name = "VP_EDIT_FAILURE"),
new Type(value = classOf[ViewPortRpcSuccess], name = "VP_RCP_SUCCESS"),
new Type(value = classOf[ViewPortRpcFailure], name = "VP_RCP_FAILURE"),
new Type(value = classOf[ViewPortRpcSuccess], name = "VP_RPC_SUCCESS"),
new Type(value = classOf[ViewPortRpcFailure], name = "VP_RPC_FAILURE"),
))
trait ViewPortActionMixin {}

0 comments on commit fe3e5c2

Please sign in to comment.