mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
do not strip asset name
This commit is contained in:
parent
4c55f515dd
commit
319a236bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ class CreatorWindow(QtWidgets.QDialog):
|
|||
asset_name = self._asset_name_input.text()
|
||||
|
||||
# Early exit if no asset name
|
||||
if not asset_name.strip():
|
||||
if not asset_name:
|
||||
self._build_menu()
|
||||
self.echo("Asset name is required ..")
|
||||
self._set_valid_state(False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue