From a0089eb1beaa019495d2bf6e019fefc6f0a97d3e Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:09:27 -0400 Subject: [PATCH] fix: typeahead sort and styling (#396) --- .../VideoUploadEditor/VideoUploader.jsx | 2 +- .../__snapshots__/VideoUploader.test.jsx.snap | 4 ++-- .../__snapshots__/index.test.jsx.snap | 4 ++-- .../containers/VideoUploadEditor/index.scss | 19 +++++++++++-------- .../TypeaheadDropdown/index.jsx | 5 ++++- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/editors/containers/VideoUploadEditor/VideoUploader.jsx b/src/editors/containers/VideoUploadEditor/VideoUploader.jsx index 1ff918e11..c2783fe64 100644 --- a/src/editors/containers/VideoUploadEditor/VideoUploader.jsx +++ b/src/editors/containers/VideoUploadEditor/VideoUploader.jsx @@ -26,7 +26,7 @@ const URLUploader = () => {