Fix navigation using back/close/cancel buttons

This commit is contained in:
Bubka
2023-11-03 14:47:56 +01:00
parent 929a513ad7
commit a8540b0c04
12 changed files with 47 additions and 35 deletions

View File

@ -166,7 +166,7 @@
</form>
<!-- footer -->
<VueFooter :showButtons="true">
<ButtonBackCloseCancel action="close" />
<ButtonBackCloseCancel :returnTo="{ name: returnTo }" action="close" />
</VueFooter>
</FormWrapper>
</div>