File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/pages/Video/components Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 66 "@analytics/google-tag-manager" : " ^0.6.0" ,
77 "@analytics/hubspot" : " ^0.5.1" ,
88 "@appquality/languages" : " 1.4.3" ,
9- "@appquality/unguess-design-system" : " 4.0.52 " ,
9+ "@appquality/unguess-design-system" : " 4.0.53 " ,
1010 "@atlaskit/pragmatic-drag-and-drop" : " ^1.7.4" ,
1111 "@atlaskit/pragmatic-drag-and-drop-flourish" : " ^2.0.3" ,
1212 "@atlaskit/pragmatic-drag-and-drop-hitbox" : " ^1.1.0" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ export const TitleDropdown = ({
3838 ( titles || [ ] ) . map ( ( i ) => ( {
3939 id : i . id . toString ( ) ,
4040 value : i . id . toString ( ) ,
41- label : `${ i . name } (${ i . usageNumber } )` ,
41+ children : `${ i . name } (${ i . usageNumber } )` ,
42+ label : i . name ,
4243 isSelected : formProps . values . title === i . id ,
4344 actions : ( { closeModal } ) => (
4445 < EditTagModal
Original file line number Diff line number Diff line change 122122 dependencies :
123123 hls.js "^1.4.8"
124124
125- " @appquality/unguess-design-system@4.0.52 " :
126- version "4.0.52 "
127- resolved "https://registry.yarnpkg.com/@appquality/unguess-design-system/-/unguess-design-system-4.0.52 .tgz#833dd00a72d8d9abad4085de9a2fc948bbfd4841 "
128- integrity sha512-zPp2aKapuwCaJdK1QRTDB/fGdiNjkCqyNHSV7VkeN6wfl/pJsoE2KGeIifcRbZvqx5jPMejWnW7Yl8XYRC1nMA ==
125+ " @appquality/unguess-design-system@4.0.53 " :
126+ version "4.0.53 "
127+ resolved "https://registry.yarnpkg.com/@appquality/unguess-design-system/-/unguess-design-system-4.0.53 .tgz#d0b78c82ad3e3f9f0b7e0aee64aad6abc22bec4f "
128+ integrity sha512-ZbsSBZR9AUY7DRZS/kApozaXVbOEArE6Io99/mpCStLiUKJcSdQoRBR2wQ36txZKXrVQ2CdmoyuJNTwT+Kbfkw ==
129129 dependencies :
130130 " @appquality/stream-player" " 1.0.6"
131131 " @nivo/bar" " ^0.87.0"
You can’t perform that action at this time.
0 commit comments