Update wizard-text-editor.js.es6
Dieser Commit ist enthalten in:
Ursprung
6a6b44a469
Commit
621360df58
1 geänderte Dateien mit 1 neuen und 4 gelöschten Zeilen
|
@ -5,10 +5,7 @@ import { scheduleOnce } from "@ember/runloop";
|
|||
import Component from "@ember/component";
|
||||
import I18n from "I18n";
|
||||
|
||||
const excludedUserProperties = [
|
||||
"profile_background",
|
||||
"card_background",
|
||||
];
|
||||
const excludedUserProperties = ["profile_background", "card_background"];
|
||||
|
||||
export default Component.extend({
|
||||
classNames: "wizard-text-editor",
|
||||
|
|
Laden …
In neuem Issue referenzieren