Skip to content

Commit

Permalink
fix dynamic declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Mar 15, 2023
1 parent c7cf4a8 commit 0275070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe('checking migration metadata changes on all registered SO types', () =>
"siem-ui-timeline-note": "13c9d4c142f96624a93a623c6d7cba7e1ae9b5a6",
"siem-ui-timeline-pinned-event": "96a43d59b9e2fc11f12255a0cb47ef0a3d83af4c",
"slo": "9a138b459c7efef7fecfda91f22db8b7655d0e61",
"space": "6d6af2d8c811da477d881dd929556dad665f0ec6",
"space": "7fc578a1f9f7708cb07479f03953d664ad9f1dae",
"spaces-usage-stats": "084bd0f080f94fb5735d7f3cf12f13ec92f36bad",
"synthetics-monitor": "96cc312bfa597022f83dfb3b5d1501e27a73e8d5",
"synthetics-param": "9776c9b571d35f0d0397e8915e035ea1dc026db7",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/spaces/server/saved_objects/mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { deepFreeze } from '@kbn/std';

export const SpacesSavedObjectMappings = deepFreeze({
dynamic: true,
dynamic: false as false,
properties: {
name: {
type: 'text',
Expand Down

0 comments on commit 0275070

Please sign in to comment.