Skip to content

Commit

Permalink
feat: publish button
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanAli13503 committed May 13, 2024
1 parent 84ae254 commit 7654d27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion evently/lib/screens/host_view_ticket_preview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ class _HostTicketPreviewState extends State<HostTicketPreview> {
crossAxisAlignment: CrossAxisAlignment.center,
children: [
BottomButtons(
onPressContinue: () {},
onPressContinue: () {
onPublishPressed();
},
onPressSaveDraft: () {},
isContinueEnable: true,
clipBtnTxt: LocaleKeys.publish.tr(),
Expand Down

0 comments on commit 7654d27

Please sign in to comment.