mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-19 22:18:03 +00:00
Context menu + database dropping
This commit is contained in:
@ -13,17 +13,10 @@
|
||||
sort: '{ "_id": 1 }',
|
||||
fields: '{}',
|
||||
skip: 0,
|
||||
limit: 30,
|
||||
};
|
||||
|
||||
let form = {
|
||||
query: '{}',
|
||||
sort: '{ "_id": 1 }',
|
||||
fields: '{}',
|
||||
skip: 0,
|
||||
limit: 30,
|
||||
limit: 15,
|
||||
};
|
||||
|
||||
let form = { ...defaults };
|
||||
let result = {};
|
||||
let submittedForm = {};
|
||||
let queryField;
|
||||
|
@ -24,7 +24,6 @@
|
||||
async function catchQuery(event) {
|
||||
tab = 'find';
|
||||
await tick();
|
||||
console.log(event, find);
|
||||
find.performQuery(event.detail);
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user