Skip to content

Commit

Permalink
#1010 registring ViewPortRpcSuccess
Browse files Browse the repository at this point in the history
  • Loading branch information
naleeha authored and chrisjstevo committed Dec 5, 2023
1 parent 641845b commit f0271eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ case class CloseDialogViewPortAction(vpId: String) extends ViewPortAction
new Type(value = classOf[ViewPortEditSuccess], name = "VP_EDIT_SUCCESS"),
new Type(value = classOf[ViewPortEditFailure], name = "VP_EDIT_FAIL"),
new Type(value = classOf[ViewPortRpcFailure], name = "VP_RPC_FAILURE")
new Type(value = classOf[ViewPortRpcSuccess], name = "VP_RCP_SUCCESS"),
new Type(value = classOf[ViewPortRpcFailure], name = "VP_RCP_FAIL"),
))
trait ViewPortActionMixin {}

0 comments on commit f0271eb

Please sign in to comment.