We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718d6ef commit af0e655Copy full SHA for af0e655
1 file changed
api/Project.js
@@ -293,7 +293,6 @@ export default class Project {
293
return this.save()
294
}
295
296
-
297
async storeInterfacesCustomization(customizations, replace = false) {
298
if (!this.#isLoaded) {
299
throw new Error("Project must be loaded before storing interface customizations")
0 commit comments