File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ const DynamicTab: React.FC<DynamicTabProps> = ({ funcPublish }) => {
179179 alert ( chrome . i18n . getMessage ( 'optionsSelectPublishPlatforms' ) ) ;
180180 return ;
181181 }
182- localStorage . setItem ( 'dynamicPlatforms' , JSON . stringify ( selectedPlatforms ) ) ;
182+
183183 const data : SyncData = {
184184 platforms : selectedPlatforms ,
185185 data : {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const VideoTab: React.FC<VideoTabProps> = ({ funcPublish }) => {
7171 alert ( chrome . i18n . getMessage ( 'optionsSelectPublishPlatforms' ) ) ;
7272 return ;
7373 }
74- localStorage . setItem ( 'videoPlatforms' , JSON . stringify ( selectedPlatforms ) ) ;
74+
7575 const data : SyncData = {
7676 platforms : selectedPlatforms ,
7777 data : {
You can’t perform that action at this time.
0 commit comments