mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
Adding Alias as a Parameter (#471)
* redirect on alias to a new page * move alias to a HOC wrapper
This commit is contained in:
@@ -131,7 +131,7 @@ export default function AliasesForm() {
|
||||
isDisabled={disableInputs}
|
||||
/>
|
||||
<TooltipActionBtn
|
||||
clickHandler={(event) => handleLinks(event, alias.pathAndParams)}
|
||||
clickHandler={(event) => handleLinks(event, alias.alias)}
|
||||
tooltip='Test alias'
|
||||
aria-label='Test alias'
|
||||
size='xs'
|
||||
|
||||
Reference in New Issue
Block a user