Skip to content

Commit

Permalink
Merge pull request #8967 from GilbertCherrie/fix_copy_timeprofile_error
Browse files Browse the repository at this point in the history
Fix copy time profile error
  • Loading branch information
jeffibm authored Nov 21, 2023
2 parents 3b7e6e6 + 4c585e8 commit f493067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/configuration/_timeprofile_form.html.haml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- if @initial_reports_table_data.length() > 0
- if @initial_reports_table_data.present?
%h3= _('Reports Currently Using This Time Profile')
= react('TimeProfileReportsTable', {:initialData => @initial_reports_table_data})

0 comments on commit f493067

Please sign in to comment.