Skip to content

Commit c9e7c1b

Browse files
committed
chore: commits the correct file (jess negligence)
1 parent dacf1a8 commit c9e7c1b

File tree

2 files changed

+0
-5
lines changed
  • src/admin/components/elements/CodeEditor
  • test/fields/collections/Array

2 files changed

+0
-5
lines changed

src/admin/components/elements/CodeEditor/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const CodeEditor: React.FC<Props> = (props) => {
3232
readOnly: Boolean(readOnly),
3333
scrollBeyondLastLine: false,
3434
tabSize: 2,
35-
theme: theme === 'dark' ? 'vs-dark' : 'vs',
3635
wordWrap: 'on',
3736
...options,
3837
}

test/fields/collections/Array/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ export const arrayFieldsSlug = 'array-fields';
1010

1111
const ArrayFields: CollectionConfig = {
1212
slug: arrayFieldsSlug,
13-
labels: {
14-
singular: 'Activity Page',
15-
plural: 'Activity Pages',
16-
},
1713
fields: [
1814
{
1915
name: 'items',

0 commit comments

Comments
 (0)