From d520b60d167bb00cb922b34326cdff84e77c0282 Mon Sep 17 00:00:00 2001 From: Chief-Rishab Date: Mon, 18 Sep 2023 05:02:19 +0530 Subject: [PATCH] chore: add default field in preference traits --- raystack/frontier/v1beta1/models.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/raystack/frontier/v1beta1/models.proto b/raystack/frontier/v1beta1/models.proto index f4c31ce5..fee62eee 100644 --- a/raystack/frontier/v1beta1/models.proto +++ b/raystack/frontier/v1beta1/models.proto @@ -498,6 +498,7 @@ message PreferenceTrait { string heading = 6; string sub_heading = 7; string breadcrumb = 8; + string default = 9; string input_hints = 19; oneof input {