fix: refs #8388 remove unused save-changes event handler from VnTable component
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Jorge Penadés 2025-05-12 17:08:02 +02:00
parent 7b4534e7fd
commit 54a905d436
1 changed files with 0 additions and 1 deletions

View File

@ -702,7 +702,6 @@ const handleHeaderSelection = (evt, data) => {
:search-url="searchUrl" :search-url="searchUrl"
:disable-infinite-scroll="isTableMode" :disable-infinite-scroll="isTableMode"
:before-save-fn="removeTextValue" :before-save-fn="removeTextValue"
@save-changes="reload"
:has-sub-toolbar="$props.hasSubToolbar ?? isEditable" :has-sub-toolbar="$props.hasSubToolbar ?? isEditable"
:auto-load="hasParams || $attrs['auto-load']" :auto-load="hasParams || $attrs['auto-load']"
> >