diff --git a/client/src/components/Grid/GridList.test.js b/client/src/components/Grid/GridList.test.js
index f37d02d5b9ce..a6cf4b56394c 100644
--- a/client/src/components/Grid/GridList.test.js
+++ b/client/src/components/Grid/GridList.test.js
@@ -50,7 +50,7 @@ const testGrid = {
key: "operation",
title: "operation",
type: "operations",
- condition: jest.fn(),
+ condition: jest.fn(() => true),
operations: [
{
title: "operation-title-1",
diff --git a/client/src/components/Grid/GridList.vue b/client/src/components/Grid/GridList.vue
index 76a5c1767109..e4d9d90c0ffd 100644
--- a/client/src/components/Grid/GridList.vue
+++ b/client/src/components/Grid/GridList.vue
@@ -219,9 +219,9 @@ watch(operationMessage, () => {