Skip to content

Commit

Permalink
Merge pull request #2266 from sunbird-cb/build-error-fix-btn-page
Browse files Browse the repository at this point in the history
Build error fix btn page
  • Loading branch information
vishnubansaltarento authored Jul 4, 2024
2 parents d43a01f + 4953e4a commit 7621d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type TUrl = undefined | 'none' | 'back' | string
})
export class BtnPageBackComponent extends WidgetBaseComponent
implements OnInit, NsWidgetResolver.IWidgetData<{ url: TUrl }> {
@Input() widgetData: { url: TUrl, titles?: NsWidgetResolver.ITitle[] } = { url: 'none', titles: [] }
@Input() widgetData: { url: TUrl, titles?: NsWidgetResolver.ITitle[], textClass?: string } = { url: 'none', titles: [] }
presentUrl = ''
@HostBinding('id')
public id = 'nav-back'
Expand Down

0 comments on commit 7621d36

Please sign in to comment.