Skip to content

Commit

Permalink
fix: relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbrugger committed Oct 18, 2023
1 parent 4c4d611 commit 242dea4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/export-workbook/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@ export const run = async (
outcome: {
message:
'Data was successfully written to Excel file and uploaded. You can access the workbook in the "Available Downloads" section of the Files page in Flatfile.',
next: {
type: 'url',
url: `https://spaces.flatfile.com/space/${spaceId}/files?mode=export`,
label: 'Available Downloads',
},
next: {
type: 'url',
url: `/space/${spaceId}/files?mode=export`,
label: 'Available Downloads',
},
},
})

Expand Down

0 comments on commit 242dea4

Please sign in to comment.