File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
plugins/view-resources/src/components Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 61
61
) {
62
62
const c = ++ qindex
63
63
loading = true
64
+ objects = []
64
65
q .query (
65
66
_class ,
66
67
query ,
123
124
</script >
124
125
125
126
{#await buildModel ({ client , _class , keys: config , options })}
126
- {#if ! loading }
127
- <Loading />
128
- {/if }
127
+ <Loading />
129
128
{:then model }
130
129
<table class ="antiTable" class:metaColumn ={enableChecking || showNotification } class:highlightRows >
131
130
<thead class =" scroller-thead" >
167
166
{/each }
168
167
</tr >
169
168
</thead >
170
- {#if objects }
169
+ {#if objects . length }
171
170
<tbody >
172
171
{#each objects as object , row (object ._id )}
173
172
<tr class ="antiTable-body__row" class:checking ={checked .has (object ._id )} class:fixed ={row === selectRow }>
You can’t perform that action at this time.
0 commit comments