Minor: Removed Divider from table (#20702)

* removed divider from application setting

* removed beta url
This commit is contained in:
Dhruv Parmar 2025-04-09 13:03:01 +05:30 committed by GitHub
parent c284310293
commit c39c94a12a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { Button, Col, Divider, Modal, Row, Space, Typography } from 'antd';
import { Button, Col, Modal, Row, Space, Typography } from 'antd';
import cronstrue from 'cronstrue';
import { isEmpty } from 'lodash';
import React, {
@ -244,9 +244,9 @@ const AppSchedule = ({
</Col>
)}
<Divider />
<Col span={24}>{appRunHistory}</Col>
<Col className="mt-4" span={24}>
{appRunHistory}
</Col>
</Row>
<Modal
destroyOnClose