We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fa3df commit 7907e20Copy full SHA for 7907e20
src/components/dialog/content/manager/packBanner/PackBanner.vue
@@ -46,7 +46,7 @@ const {
46
width = '100%',
47
height = '12rem'
48
} = defineProps<{
49
- nodePack: components['schemas']['Node'] & { banner?: string } // Temporary measure until banner is in backend
+ nodePack: components['schemas']['Node']
50
width?: string
51
height?: string
52
}>()
0 commit comments