Skip to content
代码片段 群组 项目
未验证 提交 b1111881 编辑于 作者: Alper Akgun's avatar Alper Akgun 提交者: GitLab
浏览文件

Merge branch...

Merge branch '462115-vue-warn-invalid-prop-type-check-failed-for-prop-errormessage-expected-string-got-null' into 'master' 

Invalid prop: type check failed for prop "errorMessage"

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153272



Merged-by: default avatarAlper Akgun <aakgun@gitlab.com>
Approved-by: default avatarAlper Akgun <aakgun@gitlab.com>
Co-authored-by: default avatarEduardo Bonet <ebonet@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
data() { data() {
return { return {
models: [], models: [],
errorMessage: undefined, errorMessage: '',
skipQueries: true, skipQueries: true,
queryVariables: {}, queryVariables: {},
}; };
...@@ -99,7 +99,7 @@ export default { ...@@ -99,7 +99,7 @@ export default {
sort: variables.sort?.toUpperCase() || 'DESC', sort: variables.sort?.toUpperCase() || 'DESC',
}; };
this.errorMessage = null; this.errorMessage = '';
this.skipQueries = false; this.skipQueries = false;
this.$apollo.queries.models.fetchMore({}); this.$apollo.queries.models.fetchMore({});
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册