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 4027722 commit 9f51b97Copy full SHA for 9f51b97
1 file changed
apps/builder/app/builder/features/topbar/publish.tsx
@@ -190,6 +190,7 @@ const ChangeProjectDomain = ({
190
variant="wrapped"
191
>
192
<IconButton
193
+ type="button"
194
tabIndex={-1}
195
onClick={(event) => {
196
window.open(pageUrl, "_blank");
@@ -1231,6 +1232,7 @@ export const PublishButton = ({ projectId }: PublishProps) => {
1231
1232
suffix={
1233
<PopoverTitleActions>
1234
1235
1236
onClick={() => {
1237
$openProjectSettings.set("publish");
1238
}}
0 commit comments