Remove cx param
This commit is contained in:
parent
c82fea375d
commit
1c9b984738
7 changed files with 31 additions and 64 deletions
|
@ -201,9 +201,8 @@ impl CopilotButton {
|
|||
url: COPILOT_SETTINGS_URL.to_string(),
|
||||
}
|
||||
.boxed_clone(),
|
||||
cx,
|
||||
)
|
||||
.action("Sign Out", SignOut.boxed_clone(), cx)
|
||||
.action("Sign Out", SignOut.boxed_clone())
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue