Skip to content

Commit

Permalink
build: prepare for DAMNIT-web 0.1.1 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
CammilleCC authored Jan 16, 2025
1 parent b16cd87 commit ff07a53
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "damnit-api"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["European XFEL <[email protected]>"]
maintainers = [
Expand Down
9 changes: 0 additions & 9 deletions frontend/env.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "damnit-frontend",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"author": {
"name": "European XFEL",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/features/proposals/ProposalsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ProposalSubTable = memo(({ proposals }) => {
noHeader
striped
idAccessor="number"
minHeight={100}
minHeight={isLoading ? 100 : 0}
columns={[
{
accessor: "id",
Expand Down

0 comments on commit ff07a53

Please sign in to comment.