We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20271df commit eb4c5fbCopy full SHA for eb4c5fb
apps/webapp/app/components/errors/ConfigureErrorAlerts.tsx
@@ -323,14 +323,16 @@ export function ConfigureErrorAlerts({
323
</fetcher.Form>
324
</div>
325
326
- <div className="border-t border-grid-bright px-4 py-3">
+ <div className="flex items-center justify-between border-t border-grid-bright px-3 py-3">
327
+ <LinkButton variant="secondary/medium" to={closeHref}>
328
+ Cancel
329
+ </LinkButton>
330
<Button
331
variant="primary/medium"
332
type="submit"
333
form="configure-error-alerts"
334
disabled={isSubmitting}
335
isLoading={isSubmitting}
- fullWidth
336
>
337
{isSubmitting ? "Saving…" : "Save"}
338
</Button>
0 commit comments