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
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit
Details
This commit is contained in:
parent
7b4534e7fd
commit
54a905d436
|
@ -702,7 +702,6 @@ const handleHeaderSelection = (evt, data) => {
|
|||
:search-url="searchUrl"
|
||||
:disable-infinite-scroll="isTableMode"
|
||||
:before-save-fn="removeTextValue"
|
||||
@save-changes="reload"
|
||||
:has-sub-toolbar="$props.hasSubToolbar ?? isEditable"
|
||||
:auto-load="hasParams || $attrs['auto-load']"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue