@vuu-ui/vuu-popups 0.8.3-debug → 0.8.4-debug

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.js CHANGED
@@ -5348,6 +5348,8 @@ function handleMessageFromWorker({
5348
5348
  } = message;
5349
5349
  if (messageHasResult(message)) {
5350
5350
  resolve(message.result);
5351
+ } else if (message.type === "VP_EDIT_RPC_RESPONSE" || message.type === "VP_EDIT_RPC_REJECT") {
5352
+ resolve(message);
5351
5353
  } else if (isTableSchema(message)) {
5352
5354
  resolve(message.tableSchema);
5353
5355
  } else {