{t('Datasets')}
*
@@ -455,7 +450,6 @@ function RowLevelSecurityModal(props: RowLevelSecurityModalProps) {
data-test="group-key-test"
/>
-
-
{t('Description')}
onTextChange(event.target)}
diff --git a/superset-frontend/src/features/rls/constants.ts b/superset-frontend/src/features/rls/constants.ts
index ceb0982c5f223..9bb0ca3e6cb43 100644
--- a/superset-frontend/src/features/rls/constants.ts
+++ b/superset-frontend/src/features/rls/constants.ts
@@ -19,7 +19,7 @@
import { t } from '@superset-ui/core';
-export const FilterOptions = [
+export const FILTER_OPTIONS = [
{
label: t('Regular'),
value: 'Regular',