Things To Do: Wire the Pay Later Messaging todo items

This commit is contained in:
Daniel Dudzic 2025-02-11 14:47:15 +01:00
parent 6488b636b6
commit d2685d8787
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
5 changed files with 182 additions and 71 deletions

View file

@ -49,10 +49,10 @@ const TodoSettingsBlock = ( {
await selectTab( tabId, todo.action.section );
} else if ( todo.action.type === 'external' ) {
window.open( todo.action.url, '_blank' );
// If it has completeOnClick flag, trigger the action
if ( todo.action.completeOnClick === true ) {
await completeOnClick( todo.id );
}
}
if ( todo.action.completeOnClick === true ) {
await completeOnClick( todo.id );
}
if ( todo.action.modal ) {