Skip to content

Commit 313dff1

Browse files
author
Ryan Patrick Kyle
committed
🔪 key field in payload
1 parent 7e51f91 commit 313dff1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

R/dash.R

+1-4
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,7 @@ Dash <- R6::R6Class(
221221
list(
222222
output=callback_signature$output,
223223
inputs=callback_signature$inputs,
224-
state=callback_signature$state,
225-
key=paste(callback_signature$output$id,
226-
callback_signature$output$property,
227-
sep='.')
224+
state=callback_signature$state
228225
)
229226
}, private$callback_map)
230227

0 commit comments

Comments
 (0)