Skip to content

Commit

Permalink
Merge pull request #705 from JulianKniephoff/nitpicks
Browse files Browse the repository at this point in the history
Remove poorly formatted dead code
  • Loading branch information
Arnei authored Jun 26, 2024
2 parents 1b7e9ec + bb94598 commit 43c86c0
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,18 +398,6 @@ const EditScheduledEventsEditPage = <T extends RequiredFormProps>({
/>
</td>
</tr>

{/* the following seven lines can be commented in, when the possibility of a selection of individual inputs is desired and the backend has been adapted to support it
<tr>
<td>{t('EVENTS.EVENTS.DETAILS.SOURCE.PLACEHOLDER.INPUTS')}</td>
<td>
{/* Render checkbox for each input option of the selected input device*/
/*}
{renderInputDeviceOptions(key)}
</td>
</tr>
*/}

{/* Radio buttons for weekdays
*
* Per event there are 14 input fields, so with 'key * 14', the right
Expand Down

0 comments on commit 43c86c0

Please sign in to comment.