Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: undefined type in url #15

Merged
merged 1 commit into from
Feb 23, 2024
Merged

fix: undefined type in url #15

merged 1 commit into from
Feb 23, 2024

Conversation

jboix
Copy link
Contributor

@jboix jboix commented Feb 23, 2024

Description

Avoids adding type=undefined as a query parameter if no type was passed when loading a source. This bug occurred when loading a url int the examples page.

This was preventing sharing a url when a media was loaded through this form.

Changes made

  • Omits adding the type as a query parameter if its not set.

Avoids adding `type=undefined` as a query parameter if no type was passed when
loading a source. This bug occurred when loading a url int the examples page.
@jboix jboix added the bug Something isn't working label Feb 23, 2024
@jboix jboix requested a review from amtins February 23, 2024 13:17
@jboix jboix self-assigned this Feb 23, 2024
Copy link

github-actions bot commented Feb 23, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-02-23 20:23 UTC

Copy link
Member

@amtins amtins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@jboix jboix added this pull request to the merge queue Feb 23, 2024
Merged via the queue into main with commit 6535721 Feb 23, 2024
2 checks passed
@jboix jboix deleted the fix/undefine-type-url branch February 23, 2024 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants