refactor(search): simplify provider flow
This commit is contained in:
parent
ccad83549d
commit
61676a1d3c
6 changed files with 33 additions and 43 deletions
|
|
@ -121,7 +121,7 @@ function manageIntegration(
|
|||
const sdk = useSDK()
|
||||
const toast = useToast()
|
||||
const credentials = credentialConnections(integration)
|
||||
const selected = () => data.location.search.provider() === integration.id
|
||||
const selected = createMemo(() => data.location.search.provider() === integration.id)
|
||||
const selectSearch = () => {
|
||||
void sdk.api.search
|
||||
.selectProvider({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue