-
-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(EditForm): remove lookup service second render (#4914)
* doc: 代码格式化 Co-Authored-By: A5196060 <166673003+A5196060@users.noreply.github.com> * refactor: 移除 ef-loading 节点 Co-Authored-By: ZhYan <19183404+Axxbis@users.noreply.github.com> Co-Authored-By: A5196060 <166673003+A5196060@users.noreply.github.com> * chore: bump version 9.1.7 bump version 9.1.7 Co-Authored-By: MadLongTom <36219016+MadLongTom@users.noreply.github.com> --------- Co-authored-by: A5196060 <166673003+A5196060@users.noreply.github.com> Co-authored-by: ZhYan <19183404+Axxbis@users.noreply.github.com> Co-authored-by: MadLongTom <36219016+MadLongTom@users.noreply.github.com>
- Loading branch information
1 parent
6832424
commit 1934423
Showing
3 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,10 +39,6 @@ | |
@Buttons | ||
</div> | ||
} | ||
|
||
<div class="ef-loading"> | ||
<Spinner Color="Color.Primary" /> | ||
</div> | ||
</div> | ||
|
||
@code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters