File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,6 @@ export default class PushNew extends DashboardView {
221
221
. find ( ( a ) => a . objectId === audience_id ) ;
222
222
body . where = pushAudience . query ;
223
223
}
224
-
225
224
Parse . Push . send ( body , {
226
225
useMasterKey : true ,
227
226
} ) . then ( ( { error } ) => {
@@ -637,6 +636,9 @@ export default class PushNew extends DashboardView {
637
636
pushAudiencesStore = { this . props . pushaudiences }
638
637
current = { fields . audience_id }
639
638
onChange = { ( audienceId , queryOrFilters , deviceCount ) => {
639
+ console . log ( 'audienceId' , audienceId ) ;
640
+ console . log ( 'PushConstants.NEW_SEGMENT_ID' , PushConstants . NEW_SEGMENT_ID ) ;
641
+ PushConstants . NEW_SEGMENT_ID
640
642
this . setState ( { deviceCount } ) ;
641
643
setField ( 'audience_id' , audienceId ) ;
642
644
if ( audienceId === PushConstants . NEW_SEGMENT_ID ) {
You can’t perform that action at this time.
0 commit comments