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 f692652 commit 4027722Copy full SHA for 4027722
apps/builder/app/builder/features/topbar/domains.tsx
@@ -329,6 +329,7 @@ const DomainItem = (props: {
329
330
<Tooltip content={`Proceed to ${props.projectDomain.domain}`}>
331
<IconButton
332
+ type="button"
333
tabIndex={-1}
334
disabled={status !== "VERIFIED_ACTIVE"}
335
onClick={(event) => {
0 commit comments