WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit bfca40c

Browse files
CopilotGirlBossRush
andcommitted
Add public override modifiers to updated method
Co-authored-by: GirlBossRush <[email protected]>
1 parent ae2bb29 commit bfca40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/admin/endpoints/connectors/fleet/FleetConnectorViewPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class FleetConnectorViewPage extends AKElement {
5959
}
6060
}
6161

62-
updated(changed: PropertyValues<this>) {
62+
public override updated(changed: PropertyValues<this>) {
6363
super.updated(changed);
6464
setPageDetails({
6565
icon: "pf-icon pf-icon-data-source",

0 commit comments

Comments
 (0)