default sorting on schemas
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
const channel = getContext("channel");
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
export let sort;
|
||||
export let sortParam;
|
||||
export let sortField;
|
||||
export let schema;
|
||||
export let operators;
|
||||
export let filter;
|
||||
@@ -50,7 +51,8 @@
|
||||
|
||||
<SortFields
|
||||
{schema}
|
||||
{sort}
|
||||
{sortParam}
|
||||
{sortField}
|
||||
{systemFields}
|
||||
{inModal}
|
||||
{modalUrl}
|
||||
|
||||
Reference in New Issue
Block a user