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

Update alert style on Jobs page

上级 0f1134c6
No related branches found
No related tags found
无相关合并请求
......@@ -167,7 +167,7 @@ export default {
if (!filter.type) {
createAlert({
message: RAW_TEXT_WARNING,
type: 'warning',
variant: 'warning',
});
}
......
......@@ -271,7 +271,7 @@ describe('Job table app', () => {
message: s__(
'Jobs|Raw text search is not currently supported for the jobs filtered search feature. Please use the available search tokens.',
),
type: 'warning',
variant: 'warning',
};
createComponent();
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册