fix: small fixes

This commit is contained in:
Arman
2024-07-02 15:13:54 +02:00
parent 9d7986a90a
commit ff7e885919
2 changed files with 2 additions and 2 deletions
@@ -42,7 +42,7 @@
title: 'Created',
type: 'datetime',
show: true,
width: 140,
width: 120,
format: 'datetime'
},
{
@@ -9,7 +9,7 @@
import type { Models } from '@appwrite.io/console';
export let showDelete = false;
export let selectedExecution: Models.Execution = null;
export let selectedExecution: Models.Execution;
async function handleSubmit() {
try {