We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327d78e commit 561576aCopy full SHA for 561576a
2 files changed
src/routes/(protected)/abac/rules/[rule_id]/edit/+page.svelte
@@ -898,6 +898,7 @@
898
bind:value={formRuleCode}
899
required
900
rows="6"
901
+ spellcheck="false"
902
placeholder="e.g., AuthenticatedUser.emailAddress.contains('admin')"
903
class="w-full rounded-lg border {validationStatus ===
904
'invalid'
src/routes/(protected)/abac/rules/create/+page.svelte
@@ -263,6 +263,7 @@
263
264
265
rows="4"
266
267
placeholder="e.g., user.emailAddress.contains('admin')"
268
class="w-full rounded-lg border border-gray-300 bg-white py-2 pl-10 pr-4 font-mono text-sm text-gray-900 focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-500 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-100 dark:focus:border-blue-400"
269
></textarea>
0 commit comments