fixes alert onclick (#3521)
Co-authored-by: Paul <ritter.paul1+git@googlemail.com>
This commit is contained in:
@@ -83,11 +83,6 @@ namespace Content.Shared.Alert
|
||||
/// </summary>
|
||||
public bool SupportsSeverity => MaxSeverity != -1;
|
||||
|
||||
/// <summary>
|
||||
/// Whether this alert is clickable. This is valid clientside.
|
||||
/// </summary>
|
||||
public bool HasOnClick => OnClick != null;
|
||||
|
||||
/// <summary>
|
||||
/// Defines what to do when the alert is clicked.
|
||||
/// This will always be null on clientside.
|
||||
|
||||
Reference in New Issue
Block a user