Add support for non-existent files being edited
This commit is contained in:
parent
bfdc1f766b
commit
06337e45d8
4 changed files with 84 additions and 28 deletions
|
@ -52,7 +52,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<CreateFolderModal v-on:created="directoryCreated"/>
|
||||
<EditFileModal/>
|
||||
<EditFileModal v-on:refresh="listDirectory"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Reference in a new issue