mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
undo from debugging
This commit is contained in:
parent
d6129ed22b
commit
3b19578027
1 changed files with 0 additions and 2 deletions
|
@ -101,7 +101,6 @@ const EditRulePageComponent: FC = () => {
|
|||
const { data: rule, isLoading: ruleLoading } = useRule(ruleId);
|
||||
const loading = ruleLoading || userInfoLoading || listsConfigLoading;
|
||||
|
||||
console.log(rule);
|
||||
const { isSavedQueryLoading, savedQueryBar, savedQuery } = useGetSavedQuery(rule?.saved_id, {
|
||||
ruleType: rule?.type,
|
||||
onError: noop,
|
||||
|
@ -343,7 +342,6 @@ const EditRulePageComponent: FC = () => {
|
|||
const { startTransaction } = useStartTransaction();
|
||||
|
||||
const onSubmit = useCallback(async () => {
|
||||
debugger;
|
||||
const activeStepData = await formHooks.current[activeStep]();
|
||||
if (activeStepData?.data != null) {
|
||||
setStepData(activeStep, activeStepData.data, activeStepData.isValid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue