Skip to content

Commit 6ccba53

Browse files
leeandhermichellewzhang
andauthoredMar 18, 2025··
Update static/app/components/externalIssues/externalIssueForm.tsx
Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
1 parent 8a87727 commit 6ccba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎static/app/components/externalIssues/externalIssueForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function ExternalIssueForm({
8181
Header,
8282
Body,
8383
}: ExternalIssueFormProps) {
84-
const api = useApi();
84+
const api = useApi({persistInFlight: true});
8585
const modelRef = useRef(new FormModel());
8686
const organization = useOrganization();
8787
const endpointString = makeIntegrationIssueConfigQueryKey({

0 commit comments

Comments
 (0)
Please sign in to comment.