No more items
} {options.map((x) => { return ( -
- The key that's used to retrieve data from your foreign table is either
- incorrect or missing. Verify the key in your{' '}
-
- Note: Vault keys from the main project do not sync to branches. You may add
- them manually into{' '}
-
- Verify that the filter values are correct, as the error may stem from an - incorrectly applied filter -
- )} -
+ The key that's used to retrieve data from your foreign table is either incorrect or missing.
+ Verify the key in your{' '}
+
+ Note: Vault keys from the main project do not sync to branches. You may add them manually
+ into
+ Unable to retrieve results as the provided value in your filter(s) doesn't match it's column + data type. +
++ Verify that your filter values are correct before applying the filters again. +
+
+ Error: {error.message}
+
+ Unable to retrieve results as sorting is not supported on{' '} + {sorts.length > 1 ? 'one of the selected columns' : 'the selected column'} due to its data + type. ({formattedInvalidDataType}) +
++ Remove any sorts on columns with the data type {formattedInvalidDataType} applying the sorts + again. +
+
+ Error: {error.message}
+
+ Verify that the filter values are correct, as the error may stem from an incorrectly + applied filter +
+ )} +Add a column below to filter the view
@@ -118,7 +118,7 @@ export const FilterPopoverPrimitive = ({On successful payment, an invoice will be issued and you'll be granted credits. - Credits will be applied to outstanding and future invoices and are not refundable. - The topped up credits do not expire. + Credits will be applied to future invoices only and are not refundable. The topped + up credits do not expire.
For larger discounted credit packages, please{' '}
diff --git a/apps/studio/components/interfaces/Organization/GeneralSettings/OrganizationDetailsForm.tsx b/apps/studio/components/interfaces/Organization/GeneralSettings/OrganizationDetailsForm.tsx
index 95f3ebaadda23..64b73452f02ee 100644
--- a/apps/studio/components/interfaces/Organization/GeneralSettings/OrganizationDetailsForm.tsx
+++ b/apps/studio/components/interfaces/Organization/GeneralSettings/OrganizationDetailsForm.tsx
@@ -85,7 +85,7 @@ export const OrganizationDetailsForm = () => {
onSubmit={orgDetailsForm.handleSubmit(onUpdateOrganizationDetails)}
>