-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
await finish dialog when preset-installing collection
also load preset files in a predictable order but in practice this will be the same order that it would have been "implicitly" anyway
- Loading branch information
Showing
5 changed files
with
34 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import validateeBCskdwG from "./IPreset.validate";export function validateIPreset(data): any[] { | ||
var res = validateeBCskdwG(data); | ||
return (res === false) ? validateeBCskdwG.prototype.constructor.errors : []; | ||
import validateLnwojjqti from "./IPreset.validate";export function validateIPreset(data): any[] { | ||
var res = validateLnwojjqti(data); | ||
return (res === false) ? validateLnwojjqti.prototype.constructor.errors : []; | ||
}export function validateIPresetsState(data): any[] { | ||
var res = validateeBCskdwG(data); | ||
return (res === false) ? validateeBCskdwG.prototype.constructor.errors : []; | ||
var res = validateLnwojjqti(data); | ||
return (res === false) ? validateLnwojjqti.prototype.constructor.errors : []; | ||
} |