mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 01:50:38 +00:00
Prevent submit shared form
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!--Form to set sharing-->
|
<!--Form to set sharing-->
|
||||||
<ValidationObserver v-if="! isGeneratedShared" ref="shareForm" v-slot="{ invalid }" tag="form" class="form-wrapper">
|
<ValidationObserver @submit.prevent v-if="! isGeneratedShared" ref="shareForm" v-slot="{ invalid }" tag="form" class="form-wrapper">
|
||||||
|
|
||||||
<TabWrapper>
|
<TabWrapper>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user