web/satellite/vuetify-poc: hide input message areas with no content

The message area beneath input components has been hidden by default so
that it doesn't occupy space when it isn't needed.

References #6170

Change-Id: I16b078cddb07708169b96e53db283aedb290f9f4
This commit is contained in:
Jeremy Wharton 2023-08-08 23:05:16 -05:00 committed by Storj Robot
parent eace6e37b8
commit 37a027af67

View File

@ -77,6 +77,7 @@ export default createVuetify({
defaults: { defaults: {
global: { global: {
// ripple: false, // ripple: false,
hideDetails: true,
}, },
VDataTable: { VDataTable: {
fixedHeader: true, fixedHeader: true,