Skip to content

Commit

Permalink
Merge pull request #7413 from gitbutlerapp/e-branch-85
Browse files Browse the repository at this point in the history
fix: Allow for PR creation
  • Loading branch information
estib-vega authored Feb 26, 2025
2 parents 2cbcd68 + 58a141e commit 354aca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/components/PrDetailsModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import { getForgeListingService } from '$lib/forge/interface/forgeListingService';
import { getForgePrService } from '$lib/forge/interface/forgePrService';
import { type DetailedPullRequest, type PullRequest } from '$lib/forge/interface/types';
import { ReactivePRBody, ReactivePRTitle } from '$lib/forge/prContents';
import { ReactivePRBody, ReactivePRTitle } from '$lib/forge/prContents.svelte';
import { updatePrDescriptionTables as updatePrStackInfo } from '$lib/forge/shared/prFooter';
import { TemplateService } from '$lib/forge/templateService';
import { showError, showToast } from '$lib/notifications/toasts';
Expand Down
File renamed without changes.

0 comments on commit 354aca0

Please sign in to comment.