refactor: replace custom no integration selected logic with existing error (#1166)

This commit is contained in:
Meier Lukas
2024-09-23 22:44:56 +02:00
committed by GitHub
parent 6aa5adf5b0
commit cc29cb8e43
4 changed files with 31 additions and 35 deletions

View File

@@ -532,10 +532,6 @@ export default {
},
beta: "Beta",
error: "Error",
errors: {
noData: "No data to show",
noIntegration: "No integration selected",
},
action: {
add: "Add",
apply: "Apply",
@@ -1098,6 +1094,7 @@ export default {
logs: "Check logs for more details",
},
noIntegration: "No integration selected",
noData: "No integration data available",
},
option: {},
},