<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FallbackDisclaimer](./x-components.fallbackdisclaimer.md)

## FallbackDisclaimer variable

The `FallbackDisclaimer` component shows a message if the filters have been removed from the current search because there were no results.

**Signature:**

```typescript
_default: import("vue").DefineComponent<{}, {
    query: import("vue").ComputedRef<string>;
    fromNoResultsWithFilters: import("vue").ComputedRef<boolean>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```
