const onFormReset = () => {
    setState((state) => ({
      ...state,
      buttonIcon: initialValues.options.button_icon,
      isLoading: false,