refactors the room actions in the searchbar

This commit is contained in:
SimonGschnell
2024-10-29 15:49:56 +01:00
parent bdfea1763d
commit 6b991c514e
2 changed files with 1 additions and 10 deletions
+1 -9
View File
@@ -45,7 +45,7 @@ const app = Vue.createApp({
},
childactions: [
{
label: "Rauminformation",
label: "Raumübersicht",
icon: "fas fa-info-circle",
type: "link",
action: function(data) {
@@ -60,14 +60,6 @@ const app = Vue.createApp({
return data.booklink;
}
},
{
label: "Raumübersicht",
icon: "fas fa-bookmark",
type: "link",
action: function(data) {
return data.roomoverview;
}
}
]
},
organisationunit: {
@@ -108,7 +108,6 @@ export default {
childactions:child,
defaultaction:this.searchoptions.actions.raum.defaultaction
}
return computedActions;