@plaidev/karte-action-sdk 1.1.202 → 1.1.203-28184351.02fb20ce

Sign up to get free protection for your applications and to get access to all the features.
@@ -791,7 +791,7 @@ declare const OnClickOperationOptions: readonly [
791
791
  {
792
792
  readonly name: "url";
793
793
  readonly type: "Url";
794
- readonly default: "";
794
+ readonly default: "https://example.com";
795
795
  },
796
796
  {
797
797
  readonly name: "open_new_tab";