remove the placeholder
This commit is contained in:
@@ -176,7 +176,7 @@ onMounted(async () => {
|
||||
|
||||
<FormGroup v-if="volumeId !== DEFAULT_VOLUME_ID">
|
||||
<label for="volumePrefixInput">Subdirectory</label>
|
||||
<TextInput id="volumePrefixInput" placeholder="Prefix within the Volume" v-model="volumePrefix" />
|
||||
<TextInput id="volumePrefixInput" v-model="volumePrefix" />
|
||||
</FormGroup>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user