{!props.isPreferredApiMongoDB && (
{" "}
SELECT * FROM c{" "}
)}
setFilterContent(e.target.value)}
/*
data-bind="
W attr:{
placeholder:isPreferredApiMongoDB?'Type a query predicate (e.g., {´a´:´foo´}), or choose one from the drop down list, or leave empty to query all documents.':'Type a query predicate (e.g., WHERE c.id=´1´), or choose one from the drop down list, or leave empty to query all documents.'
},
css: { placeholderVisible: filterContent().length === 0 },
textInput: filterContent"
*/
/>
{lastFilterContents.map((filter) => (
))}
{!props.isPreferredApiMongoDB && isExecuting && (
)}
)}
{/* */}
)}
{/* */}
{/* doesn't like to be a flex child */}