zamis hace 5 años
padre
commit
20e7106ac7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/Page/NotFoundAlert.jsx

+ 1 - 1
src/client/js/components/Page/NotFoundAlert.jsx

@@ -22,13 +22,13 @@ const NotFoundAlert = (props) => {
     <div className="border border-info p-3">
     <div className="border border-info p-3">
       <div
       <div
         className="col-md-12 p-0"
         className="col-md-12 p-0"
-        id="create-page-btn-wrapper-for-tooltip"
       >
       >
         <h2 className="text-info lead">
         <h2 className="text-info lead">
           <i className="icon-info pr-2 font-weight-bold" aria-hidden="true"></i>
           <i className="icon-info pr-2 font-weight-bold" aria-hidden="true"></i>
           {t('not_found_page.page_not_exist_alert')}
           {t('not_found_page.page_not_exist_alert')}
         </h2>
         </h2>
         <button
         <button
+          id="create-page-btn-wrapper-for-tooltip"
           type="button"
           type="button"
           className={`m-1 pl-3 pr-3 btn bg-info text-white ${isGuestUserMode && 'disabled'}`}
           className={`m-1 pl-3 pr-3 btn bg-info text-white ${isGuestUserMode && 'disabled'}`}
           onClick={() => { clickHandler('edit') }}
           onClick={() => { clickHandler('edit') }}