mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 19:37:09 +00:00
fix(nc-gui): add missing remove event listner
This commit is contained in:
@@ -380,7 +380,7 @@ const handleAddNewConnection = () => {
|
||||
pageMode.value = IntegrationsPageMode.LIST
|
||||
}
|
||||
|
||||
const eventBusHandler = (event, payload) => {
|
||||
const eventBusHandler = (event: IntegrationStoreEvents, payload: any) => {
|
||||
if (event === IntegrationStoreEvents.INTEGRATION_ADD && payload?.id) {
|
||||
formState.value.fk_integration_id = payload.id
|
||||
until(() => selectedIntegration.value?.id === payload.id)
|
||||
|
||||
Reference in New Issue
Block a user