diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-22 11:13:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-22 11:13:01 +0200 |
commit | f3bc1b541619673f14db7de220b9c520a4f35ca8 (patch) | |
tree | 91c0c2a9163386aa19306dd46100422bff8b8ccb /client/src/app/shared/shared-main | |
parent | b9393464a88899530b5d87e512eee814ca3ca8d8 (diff) | |
download | PeerTube-f3bc1b541619673f14db7de220b9c520a4f35ca8.tar.gz PeerTube-f3bc1b541619673f14db7de220b9c520a4f35ca8.tar.zst PeerTube-f3bc1b541619673f14db7de220b9c520a4f35ca8.zip |
Help button must not send the parent form
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/misc/help.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/misc/help.component.html b/client/src/app/shared/shared-main/misc/help.component.html index 0252ad5cb..7f4ddfb80 100644 --- a/client/src/app/shared/shared-main/misc/help.component.html +++ b/client/src/app/shared/shared-main/misc/help.component.html | |||
@@ -32,6 +32,7 @@ | |||
32 | [autoClose]="autoClose" | 32 | [autoClose]="autoClose" |
33 | (onHidden)="onPopoverHidden()" | 33 | (onHidden)="onPopoverHidden()" |
34 | (onShown)="onPopoverShown()" | 34 | (onShown)="onPopoverShown()" |
35 | type="button" | ||
35 | > | 36 | > |
36 | <my-global-icon [iconName]="iconName"></my-global-icon> | 37 | <my-global-icon [iconName]="iconName"></my-global-icon> |
37 | </button> | 38 | </button> |