{"section":"known-issues","requestedLocale":"en","requestedSlug":"settings-ui-doesnt-update-expiration-period-of-quotes","locale":"en","slug":"settings-ui-doesnt-update-expiration-period-of-quotes","path":"docs/en/known-issues/B2B/settings-ui-doesnt-update-expiration-period-of-quotes.md","branch":"main","content":"## Summary\n\n\nB2B Quote settings UI does not update the expiration period value; it is always 30.\n\n\n##\n\n## Simulation\n\n\n\n- Access the B2B Quotes settings page and change the \"expiration period\".\n- Refresh the page; no changes are applied.\n\n\n##\n\n## Workaround\n\n\n\n- Access GraphQL IDE and select vtex.b2b-quotes-graphql;\n- Use the query below to get the expiration date:\n\n    \\{ getAppSettings\\{ adminSetup \\{ cartLifeSpan \\} \\}\\}\n\n- Send a mutation to update the expiration date to a different value:\n\n    mutation SaveAppSettings($input: AppSettingsInput!) \\{ saveAppSettings(input: $input) \\{ adminSetup \\{ cartLifeSpan \\} \\}\\}\\{ \"input\": \\{ \"cartLifeSpan\": \\}\\}"}