fix: collection request name edit issue (#3115)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
Co-authored-by: Nivedin <nivedinp@gmail.com>
This commit is contained in:
Anwarul Islam
2023-06-09 10:06:41 +06:00
committed by GitHub
parent 1fe83ebdc8
commit 2db567589f
3 changed files with 13 additions and 3 deletions

View File

@@ -217,6 +217,7 @@
@hide-modal="showCodegenModal = false"
/>
<CollectionsSaveRequest
v-if="showSaveRequestModal"
mode="rest"
:show="showSaveRequestModal"
@hide-modal="showSaveRequestModal = false"