8191 command k workflow trigger for selected record (#8315)
Closes #8191 https://github.com/user-attachments/assets/694da229-cc91-4df2-97a0-49cd5dabcf12
This commit is contained in:
@ -10,5 +10,9 @@ export const useApolloMetadataClient = () => {
|
||||
return apolloClient;
|
||||
}
|
||||
|
||||
if (!apolloMetadataClient) {
|
||||
throw new Error('ApolloMetadataClient not found');
|
||||
}
|
||||
|
||||
return apolloMetadataClient;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user