|
|
@ -28,15 +28,15 @@ if (signedIn.value) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
await loadProject() |
|
|
|
await loadProject() |
|
|
|
} catch (e: any) { |
|
|
|
} catch (e: any) { |
|
|
|
console.error(e) |
|
|
|
|
|
|
|
message.error(await extractSdkResponseErrorMsg(e)) |
|
|
|
message.error(await extractSdkResponseErrorMsg(e)) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="nc-container flex flex-col h-full mt-1.5 px-12"> |
|
|
|
<div class="nc-container h-full mt-1.5 px-12"> |
|
|
|
<SmartsheetToolbar /> |
|
|
|
<SmartsheetToolbar /> |
|
|
|
<SmartsheetKanban /> |
|
|
|
<SmartsheetKanban /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|