diff --git a/client/coral-embed-stream/src/containers/Stream.js b/client/coral-embed-stream/src/containers/Stream.js index d3279896c..273d39589 100644 --- a/client/coral-embed-stream/src/containers/Stream.js +++ b/client/coral-embed-stream/src/containers/Stream.js @@ -302,7 +302,7 @@ const fragments = { questionBoxEnable questionBoxContent questionBoxIcon - closeTimeout + closedTimeout closedMessage charCountEnable charCount diff --git a/graph/typeDefs.graphql b/graph/typeDefs.graphql index ed4f11258..24d814311 100644 --- a/graph/typeDefs.graphql +++ b/graph/typeDefs.graphql @@ -1171,9 +1171,9 @@ input UpdateSettingsInput { # customCssUrl is the URL of the custom CSS used to display on the frontend. customCssUrl: String - # closeTimeout is the amount of seconds from the created_at timestamp that a + # closedTimeout is the amount of seconds from the created_at timestamp that a # given asset will be considered closed. - closeTimeout: Int + closedTimeout: Int # closedMessage is the message shown to the user when the given Asset is # closed.