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 d564d41 commit 5019ce6
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 5019ce6

Please sign in to comment.